6 references to ConvertToIntegerNative
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToIntegerNative.cs (1)
32
public static TTo Invoke(TFrom x) => TFrom.
ConvertToIntegerNative
<TTo>(x);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1124
/// <inheritdoc cref="IFloatingPoint{TSelf}.
ConvertToIntegerNative
{TInteger}(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
663
/// <inheritdoc cref="IFloatingPoint{TSelf}.
ConvertToIntegerNative
{TInteger}(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1319
/// <inheritdoc cref="IFloatingPoint{TSelf}.
ConvertToIntegerNative
{TInteger}(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
987
/// <inheritdoc cref="IFloatingPoint{TSelf}.
ConvertToIntegerNative
{TInteger}(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
658
/// <inheritdoc cref="IFloatingPoint{TSelf}.
ConvertToIntegerNative
{TInteger}(TSelf)" />