10 references to Truncate
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
2227
destination = T.
Truncate
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Truncate.cs (1)
38
public static T Invoke(T x) => T.
Truncate
(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
692
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Truncate
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1373
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Truncate
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
991
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Truncate
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
842
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Truncate
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
853
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Truncate
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
846
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Truncate
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1005
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Truncate
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
685
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Truncate
(TSelf)" />