Converts control unit into Rtf unit.

Namespace:  PerpetuumSoft.Reporting.Export.Rtf.Adapters
Assembly:  PerpetuumSoft.Reporting.Export.Rtf (in PerpetuumSoft.Reporting.Export.Rtf.dll) Version: 3.9.0.1

Syntax

C#
protected static int Round(
	double x
)
Visual Basic (Declaration)
Protected Shared Function Round ( _
	x As Double _
) As Integer
Visual C++
protected:
static int Round(
	double x
)

Parameters

x
Type: System..::.Double

See Also