You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Ceil Method > Vector.Ceil Method ()
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.Ceil Method ()

Rounds towards positive infinity.

Syntax
C#
Visual Basic
public TMtxVec Ceil();

Rounds all calling object elements towards positive infinity in-place. 

 

Ceil(-2.8) = -2 Ceil(2.8) = 3 Ceil(-1.0) = -1
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!