TechTalk Genome v4.2

NullableDouble Unary Negation Operator 

Negates the Value of the specified NullableDouble structure.

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.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableDouble Class | TechTalk.Genome.NullableTypes Namespace