TechTalk Genome v4.2

NullableSingle Unary Negation Operator 

Negates the Value of the specified NullableSingle structure.

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.

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableSingle Class | TechTalk.Genome.NullableTypes Namespace