Double.IsEvenInteger(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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