Skip to content

UInt24.UnaryNegation Operator

Definition

Computes the unary negation of a value.

public static UInt24 operator UnaryNegation(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.