NullableTypes Class Library

NullableInt16 Unary Negation Operator 

Negates a Nullable Int16 value

[Visual Basic]
returnValue = NullableInt16.op_UnaryNegation(x)
[C#]
public static NullableInt16 operator -(
   NullableInt16 x
);

Parameters

x
Nullable Int16 value

Return Value

negative of the operand

See Also

NullableInt16 Class | NullableTypes Namespace