5 references to MinNative
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1016/// <inheritdoc cref="INumber{TSelf}.MinNative(TSelf, TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1748/// <inheritdoc cref="INumber{TSelf}.MinNative(TSelf, TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\INumber.cs (1)
56result = TSelf.MinNative(result, max);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1195/// <inheritdoc cref="INumber{TSelf}.MinNative(TSelf, TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1011/// <inheritdoc cref="INumber{TSelf}.MinNative(TSelf, TSelf)" />