Returns a vector whose components are the components of another vector
rounded up to the nearest integer.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Shared Function Ceiling ( _
vector As Vector _
) As Vector
|
Return Value
A vector whose components are the components of
vector
rounded up to the nearest integer.
Exceptions
See Also