Max_()
Contents
[
Hide
]Math::Max_(float, float) method
Returns the largest single-precision floating point value out of the two specified.
float System::Math::Max_(float val1, float val2)
Arguments
Parameter | Type | Description |
---|---|---|
val1 | float | The first comparand |
val2 | float | The second comparand |
Return Value
The largest value out of val1 and val2; or NaN if one of the operands is NaN
Math::Max_(double, double) method
Returns the largest double-precision floating point value out of the two specified.
double System::Math::Max_(double val1, double val2)
Arguments
Parameter | Type | Description |
---|---|---|
val1 | double | The first comparand |
val2 | double | The second comparand |
Return Value
The largest value out of val1 and val2; or NaN if one of the operands is NaN
See Also
- Struct Math
- Namespace System
- Library Aspose.Slides