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