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

Rounds towards negative infinity.

Syntax
C#
Visual Basic
public TMtxVec Floor();

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

 

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