MathMax
Posted by Angham Al-Banawien, Last modified by Diana Alkouni on 25 August 2020 06:49 AM

Syntax

Public Function MathMax(Number1 As Double, Number2 As Double) As Double

Description

This function is used to return the maximum number between two numbers.

Parameters

Key Description 
Number 1 The first value that wants to compare it, a value of type Double.
Number 2 The second value that wants to compare it, a value of type Double.

Return value

Return the maximum number between two numbers.

Sample

Public Sub main()

  AlertMessage MathMax (20, 10) ‘will return 20

End Sub

See Also

 

Back to VTL Client Script Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions