NullableTypes Class Library

NullableInt32.Abs Method 

Computes absolute value of the specified NullableInt32 structure.

[Visual Basic]
Public Shared Function Abs( _
   ByVal x As NullableInt32 _
) As NullableInt32
[C#]
public static NullableInt32 Abs(
   NullableInt32 x
);

Parameters

x
A NullableInt32 structure.

Return Value

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

See Also

NullableInt32 Class | NullableTypes Namespace