Skip to content

UInt24.IsInfinity Method

Definition

Determines if a value is infinite.

public static bool IsInfinity(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value to be checked.

Returns

Boolean

true if value is infinite; otherwise, false.