Click or drag to resize

VectorTCeiling Method

Computes the ceiling of a vector pointwise

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Vector<T> Ceiling(
	Vector<T> x
)

Parameters

x  VectorT
The input vector

Return Value

VectorT
A vector containing the pointwise ceiling of x.
See Also