ActiveReports 12
Variant Constructor(Single)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Variant Structure > Variant Constructor : Variant Constructor(Single)
Float value of the Variant.
Initialize new instance of the Variant with the specified float value.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Single _
)
public Variant( 
   float value
)

Parameters

value
Float value of the Variant.
See Also

Reference

Variant Structure
Variant Members
Overload List