Ceiling Method (OffsetsI)
Converts the specified
OffsetsD structure to an
OffsetsI by rounding the
OffsetsD's double values to the next higher integer values.
'Declaration
Public Shared Function Ceiling( _
ByVal As OffsetsD _
) As OffsetsI
Parameters
- value
- The OffsetsD structure to be converted.
Return Value
The converted
OffsetsI structure.