7 references to ConvertToInteger
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToInteger.cs (1)
32public static TTo Invoke(TFrom x) => TFrom.ConvertToInteger<TTo>(x);
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1120/// <inheritdoc cref="IFloatingPoint{TSelf}.ConvertToInteger{TInteger}(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
658/// <inheritdoc cref="IFloatingPoint{TSelf}.ConvertToInteger{TInteger}(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1315/// <inheritdoc cref="IFloatingPoint{TSelf}.ConvertToInteger{TInteger}(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPoint.cs (1)
36return TSelf.ConvertToInteger<TInteger>(value);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
983/// <inheritdoc cref="IFloatingPoint{TSelf}.ConvertToInteger{TInteger}(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
653/// <inheritdoc cref="IFloatingPoint{TSelf}.ConvertToInteger{TInteger}(TSelf)" />