5 references to MaxNative
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
967
/// <inheritdoc cref="INumber{TSelf}.
MaxNative
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1670
/// <inheritdoc cref="INumber{TSelf}.
MaxNative
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\INumber.cs (1)
55
result = TSelf.
MaxNative
(result, min);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1259
/// <inheritdoc cref="INumber{TSelf}.
MaxNative
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
964
/// <inheritdoc cref="INumber{TSelf}.
MaxNative
(TSelf, TSelf)" />