Goal.ToInt32 Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Converts the goal to an integer value.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Function ToInt32 As Integer
public int ToInt32()
public:
int ToInt32()
member ToInt32 : unit -> int 
public function ToInt32() : int

Return Value

Type: System.Int32
The goal as a Int32 value.

.NET Framework Security

See Also

Reference

Goal Class

Microsoft.SolverFoundation.Services Namespace