7 references to Truncate
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
2207destination = T.Truncate(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Truncate.cs (1)
38public static T Invoke(T x) => T.Truncate(x);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
696/// <inheritdoc cref="IFloatingPoint{TSelf}.Truncate(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1334/// <inheritdoc cref="IFloatingPoint{TSelf}.Truncate(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
991/// <inheritdoc cref="IFloatingPoint{TSelf}.Truncate(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1006/// <inheritdoc cref="IFloatingPoint{TSelf}.Truncate(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
691/// <inheritdoc cref="IFloatingPoint{TSelf}.Truncate(TSelf)" />