Gets or sets whether the variable is restricted to integer values.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool IsInteger { get; set; }
Public Property IsInteger As Boolean
Get
Set
public:
property bool IsInteger {
bool get ();
void set (bool value);
}
member IsInteger : bool with get, set
Property Value
Type:
Boolean
Reference