UInt128.UnaryNegation(UInt128) Operator

Definicja

Oblicza jednoargumentowe negację wartości.

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

Parametry

value
UInt128

Wartość, dla której należy obliczyć negację jednoargumentową.

Zwraca

Jednoargumentowe negację .value

Implementuje

Dotyczy