6 references to Truncate
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
2109destination = T.Truncate(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Truncate.cs (1)
38public static T Invoke(T x) => T.Truncate(x);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
694/// <inheritdoc cref="IFloatingPoint{TSelf}.Truncate(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1338/// <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)
689/// <inheritdoc cref="IFloatingPoint{TSelf}.Truncate(TSelf)" />