6 references to Floor
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1114destination = T.Floor(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Floor.cs (1)
36public static T Invoke(T x) => T.Floor(x);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
677/// <inheritdoc cref="IFloatingPoint{TSelf}.Floor(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1323/// <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)
672/// <inheritdoc cref="IFloatingPoint{TSelf}.Floor(TSelf)" />