Initializes a new instance of the RdlFloat class with a constant value.

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

Syntax

C#
public RdlFloat(
	double value
)
Visual Basic
Public Sub New ( _
	value As Double _
)

Parameters

value
Type: System..::..Double
The double constant.

See Also