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