NullableTypes Class Library

NullableDouble Unary Negation Operator 

Negates the Value of the specified NullableDouble structure.

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

Parameters

x
A NullableDouble structure.

Return Value

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

See Also

NullableDouble Class | NullableTypes Namespace