Skip to content

UInt24.CheckedUnaryNegation Operator

Definition

Computes the checked unary negation of a value.

public static UInt24 operator CheckedUnaryNegation(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value for which to compute the unary negation.

Returns

UInt24

The unary negation of value.