Double.IsEvenInteger(Double) Method

Definition

Determines if a value represents an even integral number.

public:
 static bool IsEvenInteger(double value) = System::Numerics::INumberBase<double>::IsEvenInteger;
public static bool IsEvenInteger(double value);
static member IsEvenInteger : double -> bool
Public Shared Function IsEvenInteger (value As Double) As Boolean

Parameters

value