23 references to Min
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorOperation.cs (3)
1472destination = T.Min(x, destination); 1482destination = T.Min(x, y); 1492destination = T.Min(x, y);
System\Numerics\Tensors\netcore\TensorPrimitives.Min.cs (1)
106public static T Invoke(T x, T y) => T.Min(x, y);
System.Private.CoreLib (19)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
536/// <inheritdoc cref="INumber{TSelf}.Min(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1282/// <inheritdoc cref="INumber{TSelf}.Min(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
994/// <inheritdoc cref="INumber{TSelf}.Min(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1695/// <inheritdoc cref="INumber{TSelf}.Min(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
1243/// <inheritdoc cref="INumber{TSelf}.Min(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
650/// <inheritdoc cref="INumber{TSelf}.Min(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
691/// <inheritdoc cref="INumber{TSelf}.Min(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
688/// <inheritdoc cref="INumber{TSelf}.Min(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
683/// <inheritdoc cref="INumber{TSelf}.Min(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\INumber.cs (1)
35result = TSelf.Min(result, max);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1265/// <inheritdoc cref="INumber{TSelf}.Min(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
613/// <inheritdoc cref="INumber{TSelf}.Min(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\SearchValues\SearchValues.cs (1)
252min = T.Min(min, value);
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
991/// <inheritdoc cref="INumber{TSelf}.Min(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1423/// <inheritdoc cref="INumber{TSelf}.Min(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
555/// <inheritdoc cref="INumber{TSelf}.Min(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
594/// <inheritdoc cref="INumber{TSelf}.Min(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
593/// <inheritdoc cref="INumber{TSelf}.Min(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
596/// <inheritdoc cref="INumber{TSelf}.Min(TSelf, TSelf)" />