Click or drag to resize

NumberExpression Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the NumberExpression class

Namespace:  Monkeyspeak.lexical.Expressions
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public NumberExpression(
	ref SourcePosition pos,
	double num
)

Parameters

pos
Type: Monkeyspeak.lexicalSourcePosition

[Missing <param name="pos"/> documentation for "M:Monkeyspeak.lexical.Expressions.NumberExpression.#ctor(Monkeyspeak.lexical.SourcePosition@,System.Double)"]

num
Type: SystemDouble

[Missing <param name="num"/> documentation for "M:Monkeyspeak.lexical.Expressions.NumberExpression.#ctor(Monkeyspeak.lexical.SourcePosition@,System.Double)"]

See Also