ceil

Ceils a vector to the nearest integer.

nothrow @safe
T
ceil
(
T
)
()

Examples

assert(ceil(vector(.25, .5, .75)) == vector(1, 1, 1));

Meta