10 references to ConvertToInteger
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToInteger.cs (1)
32
public static TTo Invoke(TFrom x) => TFrom.
ConvertToInteger
<TTo>(x);
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1115
/// <inheritdoc cref="IFloatingPoint{TSelf}.
ConvertToInteger
{TInteger}(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
656
/// <inheritdoc cref="IFloatingPoint{TSelf}.
ConvertToInteger
{TInteger}(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1348
/// <inheritdoc cref="IFloatingPoint{TSelf}.
ConvertToInteger
{TInteger}(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
819
/// <inheritdoc cref="IFloatingPoint{TSelf}.
ConvertToInteger
{TInteger}(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
830
/// <inheritdoc cref="IFloatingPoint{TSelf}.
ConvertToInteger
{TInteger}(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
823
/// <inheritdoc cref="IFloatingPoint{TSelf}.
ConvertToInteger
{TInteger}(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPoint.cs (1)
36
return TSelf.
ConvertToInteger
<TInteger>(value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
982
/// <inheritdoc cref="IFloatingPoint{TSelf}.
ConvertToInteger
{TInteger}(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
649
/// <inheritdoc cref="IFloatingPoint{TSelf}.
ConvertToInteger
{TInteger}(TSelf)" />