|
MaxVal# | |||
Result# = MaxVal#(Value1, Value2) | |||
Parameters: Value1 = First value you wish to compare Value2 = Second value you wish to compare |
|||
Returns: Result# = The biggest value of the two |
|||
The MaxVal#() function calculates the max value (biggest value) between a pair of values. FACTS: * MaxVal# returns the max value as a Float * MaxVal# is equal to the following code fragment
Mini Tutorial: This example uses of the MaxVal# function to display the biggest of the two values.
This example would output.
|
Related Info: | ClipRange | ClipRange# | if | MaxVal | MidPoint | MinVal | MinVal# | Range : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |