Namespace: DeltaEngine.ExtensionsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static float Min(
float value1,
float value2
)
public static float Min(
float value1,
float value2
)
Public Shared Function Min (
value1 As Single,
value2 As Single
) As Single
Public Shared Function Min (
value1 As Single,
value2 As Single
) As Single
public:
static float Min(
float value1,
float value2
)
public:
static float Min(
float value1,
float value2
)
static member Min :
value1 : float32 *
value2 : float32 -> float32
static member Min :
value1 : float32 *
value2 : float32 -> float32
Return Value
Type:
Single