FinMath.Min (Int32, Int32, Int32) Method
Return min value of three integer numbers
This language is not supported or no code example is available.
public:
static int Min(
int Value1,
int Value2,
int Value3
)
This language is not supported or no code example is available.
public static function Min(
Value1 : int,
Value2 : int,
Value3 : int
) : int;
This language is not supported or no code example is available.
Parameters
-
Value1
-
int
-
Value2
-
int
-
Value3
-
int
Return Value
int
In this article
Definition