Initializes a new instance of the JepDouble class

Namespace:  SingularSys.Jep.Types
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public JepDouble(
	double input
)
Visual Basic (Declaration)
Public Sub New ( _
	input As Double _
)
Visual C++
public:
JepDouble(
	double input
)

Parameters

input
Type: System..::.Double

See Also