7 references to Floor
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1130
destination = T.
Floor
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Floor.cs (1)
36
public static T Invoke(T x) => T.
Floor
(x);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
679
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Floor
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1319
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Floor
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
976
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Floor
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
991
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Floor
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
674
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Floor
(TSelf)" />