Skip to content

UInt24.IsEvenInteger Method

Definition

Determines if a value represents an even integral number.

public static bool IsEvenInteger(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value to be checked.

Returns

Boolean

true if value is an even integer; otherwise, false.