Click or drag to resize

MathHelperMinimum Method (Int32, Int32)

Gets the minimum integer 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 int Minimum(
	int a,
	int b
)

Parameters

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

Return Value

Type: Int32
The minimum value of its arguments.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also