__min | Microsoft Docs
docs.microsoft.com › reference › minAug 03, 2021 · A preprocessor macro that returns the smaller of two values. Syntax #define __min (a,b) ( ( (a) < (b)) ? (a) : (b)) Parameters a, b Values of any type that the < operator works on. Return Value The smaller of the two arguments. Remarks The __min macro compares two values and returns the value of the smaller one.
Math.Min Method (System) | Microsoft Docs
docs.microsoft.com › en-us › dotnetMin (IntPtr, IntPtr) Returns the smaller of two native signed integers. Min (Double, Double) Returns the smaller of two double-precision floating-point numbers. Min (Int32, Int32) Returns the smaller of two 32-bit signed integers. Min (Int16, Int16) Returns the smaller of two 16-bit signed integers. Min (Decimal, Decimal)