NullableTypes Class Library

NullableSingle Unary Negation Operator 

Negates the Value of the specified NullableSingle structure.

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

Parameters

x
A NullableSingle structure.

Return Value

Null if x is Null otherwise a NullableSingle structure containing the negated value.

See Also

NullableSingle Class | NullableTypes Namespace