10 references to Floor
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1150
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 (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
675
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Floor
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1356
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Floor
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
976
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Floor
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
827
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Floor
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
838
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Floor
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
831
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Floor
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
990
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Floor
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
668
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Floor
(TSelf)" />