Abs()
MathF::Abs(T) method
Returns the absolute value of the specified value.
template<class T> static T System::MathF::Abs(T value)
Template parameters
| Parameter | Description |
|---|---|
| T | The type of the value accepted by the method as an argument |
Arguments
| Parameter | Type | Description |
|---|---|---|
| value | T | A value of arithmetic type |
Return Value
The absolute value of value
See Also
- Struct MathF
- Namespace System
- Library Aspose.Slides