TechTalk Genome v4.2

NullableDecimal.Abs Method 

Computes absolute value of the specified NullableDecimal structure.

public static NullableDecimal Abs(
   NullableDecimal x
);

Parameters

x
A NullableDecimal structure.

Return Value

Null if NullableDecimal is Null otherwise a NullableDecimal structure whose Value property contains the absolute value.

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