[Hauptseite] / [Math] / [Max]
Class Math
  Static Function Max(val1 As Byte, val2 As Byte) As Byte
  Static Function Max(val1 As Short, val2 As Short) As Short
  Static Function Max(val1 As Integer, val2 As Integer) As Integer
  Static Function Max(val1 As Long, val2 As Long) As Long
  Static Function Max(val1 As Double, val2 As Double) As Double
//wiki.stne.net/index.php?title=API:Math.Max
//wiki.en.stne.net/index.php?title=API:Math.Max