Skip to content

UInt24.IsZero Method

Definition

Determines if a value is zero.

public static bool IsZero(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value to be checked.

Returns

Boolean

true if value is zero; otherwise, false.