TechTalk Genome v4.2

NullableDecimal.Sign Method 

Gets a value indicating the sign of a specified NullableDecimal structure.

public static NullableInt32 Sign(
   NullableDecimal x
);

Parameters

x
A NullableDecimal structure.

Return Value

NullableInt32.Null if x is Null, NullableInt32.Zero if x is Zero otherwise +1 x is greater then zero or -1 if x is less then zero.

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