Min Method (Single, Single, Single)

Project Mercury API

[This is preliminary documentation and is subject to change.]

Sets value to be the lesser of two values.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public static void Min(
	ref float value,
	float value1,
	float value2
)
Visual Basic (Declaration)
Public Shared Sub Min ( _
	ByRef value As Single, _
	value1 As Single, _
	value2 As Single _
)
Visual C++
public:
static void Min(
	float% value, 
	float value1, 
	float value2
)

Parameters

value
Type: System..::.Single %
The output value.
value1
Type: System..::.Single
Source value.
value2
Type: System..::.Single
Source value.

See Also