Initializes a new instance of the HqlDoubleConstant class

Namespace: NHibernate.Hql.Ast
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public HqlDoubleConstant(
	IASTFactory factory,
	string s
)
Visual Basic
Public Sub New ( _
	factory As IASTFactory, _
	s As String _
)
Visual C++
public:
HqlDoubleConstant(
	IASTFactory^ factory, 
	String^ s
)

Parameters

factory
Type: NHibernate.Hql.Ast.ANTLR.Tree..::..IASTFactory

[Missing <param name="factory"/> documentation for "M:NHibernate.Hql.Ast.HqlDoubleConstant.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory,System.String)"]

s
Type: System..::..String

[Missing <param name="s"/> documentation for "M:NHibernate.Hql.Ast.HqlDoubleConstant.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory,System.String)"]

See Also