Skip to content

UInt24.IsRealNumber Method

Definition

Determines if a value represents a real number.

public static bool IsRealNumber(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value to be checked.

Returns

Boolean

true if value is a real number; otherwise, false.