[]
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)
| Type | Name | Description |
|---|---|---|
| OffsetsD | value | The OffsetsD structure to be converted. |
| Type | Description |
|---|---|
| OffsetsI | The converted OffsetsI structure. |