Table of Contents

Method IsEven

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsEven(double)

Determines whether the specified double value is an even number.

public static bool IsEven(double value)

Parameters

value double

The double value to check.

Returns

bool

True if the value is an even number; otherwise, false.