Skip to content

UInt24.IsNegative Method

Definition

Determines if a value represents a negative real number.

public static bool IsNegative(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value to be checked.

Returns

Boolean

true if value represents negative zero or a negative real number; otherwise, false.