NullableTypes Class Library

NullableInt64.Abs Method 

Computes absolute value of the specified NullableInt64 structure.

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

Parameters

x
A NullableInt64 structure.

Return Value

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

See Also

NullableInt64 Class | NullableTypes Namespace