[]
Converts the specified OffsetsD structure to an OffsetsI by rounding the OffsetsD's double values to the next higher integer values.
public static OffsetsI Ceiling(OffsetsD value)
Public Shared Function Ceiling(value As OffsetsD) As OffsetsI
| Type | Name | Description |
|---|---|---|
| OffsetsD | value | The OffsetsD structure to be converted. |
| Type | Description |
|---|---|
| OffsetsI | The converted OffsetsI structure. |