UInt24.Abs Method
Definition
Computes the absolute of a value.
public static UInt24 Abs(UInt24 value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | UInt24 | The value for which to get its absolute. |
Returns
The absolute of value.
Computes the absolute of a value.
public static UInt24 Abs(UInt24 value);
| Name | Type | Description |
|---|---|---|
| value | UInt24 | The value for which to get its absolute. |
The absolute of value.