'Declaration Public Shared Function Abs( _ ByVal value As UniDecimal _ ) As UniDecimal
public static UniDecimal Abs( UniDecimal value )
Parameters
- value
- An UniDecimal structure.
Return Value
An UniDecimal structure whose Value property contains the unsigned number representing the absolute value of the UniDecimal.