TechTalk Genome v4.2

NullableDecimal Unary Negation Operator 

Negates the value of the specified NullableDecimal operand.

public static NullableDecimal operator -(
   NullableDecimal x
);

Parameters

x
A NullableDecimal structure.

Return Value

Null if x is Null otherwise the value of x multiplied by negative one.

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableDecimal Class | TechTalk.Genome.NullableTypes Namespace