Skip to content

UInt24.IsOddInteger Method

Definition

Determines if a value represents an odd integral number.

public static bool IsOddInteger(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value to be checked.

Returns

Boolean

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