10 references to Ceiling
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
823destination = T.Ceiling(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Ceiling.cs (1)
36public static T Invoke(T x) => T.Ceiling(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
652/// <inheritdoc cref="IFloatingPoint{TSelf}.Ceiling(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1344/// <inheritdoc cref="IFloatingPoint{TSelf}.Ceiling(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
973/// <inheritdoc cref="IFloatingPoint{TSelf}.Ceiling(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
816/// <inheritdoc cref="IFloatingPoint{TSelf}.Ceiling(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
827/// <inheritdoc cref="IFloatingPoint{TSelf}.Ceiling(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
820/// <inheritdoc cref="IFloatingPoint{TSelf}.Ceiling(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
979/// <inheritdoc cref="IFloatingPoint{TSelf}.Ceiling(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
645/// <inheritdoc cref="IFloatingPoint{TSelf}.Ceiling(TSelf)" />