Skip to content

UInt24.IsNormal Method

Definition

Determines if a value is normal.

public static bool IsNormal(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value to be checked.

Returns

Boolean

true if value is normal; otherwise, false.