Converts the specified OffsetsD structure to an OffsetsI by rounding the OffsetsD's double values to the next higher integer values.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static OffsetsI Ceiling(
	OffsetsD value
)
Visual Basic
Public Shared Function Ceiling ( _
	value As OffsetsD _
) As OffsetsI

Parameters

value
Type: C1.C1Preview..::..OffsetsD
The OffsetsD structure to be converted.

Return Value

The converted OffsetsI structure.

See Also