Click or drag to resize
MathMin Method
Overload List
  NameDescription
Public methodStatic memberMin(Byte, Byte)
Returns the smaller of two 8-bit unsigned integers.
Public methodStatic memberMin(Decimal, Decimal)
Returns the smaller of two decimal numbers.
Public methodStatic memberMin(Double, Double)
Returns the smaller of two double-precision floating-point numbers.
Public methodStatic memberMin(Int16, Int16)
Returns the smaller of two 16-bit signed integers.
Public methodStatic memberMin(Int32, Int32)
Returns the smaller of two 32-bit signed integers.
Public methodStatic memberMin(Int64, Int64)
Returns the smaller of two 64-bit signed integers.
Public methodStatic memberMin(SByte, SByte)
Returns the smaller of two 8-bit signed integers.
Public methodStatic memberMin(Single, Single)
Returns the smaller of two single-precision floating-point numbers.
Public methodStatic memberMin(UInt16, UInt16)
Returns the smaller of two 16-bit unsigned integers.
Public methodStatic memberMin(UInt32, UInt32)
Returns the smaller of two 32-bit unsigned integers.
Public methodStatic memberMin(UInt64, UInt64)
Returns the smaller of two 64-bit unsigned integers.
Top
See Also