Decimal32.IsEvenInteger(Decimal32) Method

Definition

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

Parameters

value
Decimal32

Returns

Implements

Applies to