Click or drag to resize

MathHelperMaximum Method (Single, Single)

Gets the maximum float value between a and b.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static float Maximum(
	float a,
	float b
)

Parameters

a
Type: SystemSingle
The first value to test.
b
Type: SystemSingle
The second value to test.

Return Value

Type: Single
The maximum value of its arguments.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also