Gets whether the number is odd.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool IsOdd { get; }
Public ReadOnly Property IsOdd As Boolean
Get
public:
property bool IsOdd {
bool get ();
}
member IsOdd : bool with get
Return Value
Type:
Boolean if the number is odd; otherwise
.
Reference