| MathHelperMinimum Method (Single, Single) |
Gets the minimum 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 Minimum(
float a,
float b
)
public:
static float Minimum(
float a,
float b
)
Parameters
- a
- Type: SystemSingle
The first value to test. - b
- Type: SystemSingle
The second value to test.
Return Value
Type:
SingleThe minimum value of its arguments.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also