Half.UnaryNegation(Half) Operator

Definition

Computes the unary negation of a value.

public:
 static Half operator -(Half value) = System::Numerics::IUnaryNegationOperators<Half, Half>::op_UnaryNegation;
public static Half operator - (Half value);
static member ( ~- ) : Half -> Half
Public Shared Operator - (value As Half) As Half

Parameters

value
Half

The value for which to compute the unary negation.

Returns

The unary negation of value.

Implements

Applies to