Method IsEven
IsEven(double)
Determines whether the specified double value is an even number.
public static bool IsEven(double value)
Parameters
value
doubleThe double value to check.
Returns
- bool
True if the value is an even number; otherwise, false.