• Applies Math.ceil to each element of vector

    Type Parameters

    Parameters

    • v: BaseArgType

      Operand vector.

    • Optional dst: T

      vector to hold result. If not passed in a new one is created.

    Returns T

    A vector that is the ceil of each element of v.