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