Skip to content

UInt24.IsFinite Method

Definition

Determines if a value is finite.

public static bool IsFinite(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value to be checked.

Returns

Boolean

true if value is finite; otherwise, false.