NullableTypes Class Library

NullableDecimal.Abs Method 

Computes absolute value of the specified NullableDecimal structure.

[Visual Basic]
Public Shared Function Abs( _
   ByVal x As NullableDecimal _
) As NullableDecimal
[C#]
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.

See Also

NullableDecimal Class | NullableTypes Namespace