Tesla Graphics Engine Documentation (January 2012)
Max Method (a, b)
TeslaTesla.MathMathUtilsMax(Single, Single)
Finds the maximum value of two supplied values.
Declaration Syntax
C#
public static float Max(
	float a,
	float b
)
Parameters
a (Single)
First value
b (Single)
Second value
Return Value
Maximum of the two

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)