Skip to content

UInt24.IsPositive Method

Definition

Determines if a value represents zero or a positive real number.

public static bool IsPositive(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value to be checked.

Returns

Boolean

true if value represents (positive) zero or a positive real number; otherwise, false.