Click or drag to resize

ExprDouble Constructor (Double)

Initializes a new instance of the ExprDouble class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public ExprDouble(
	double v
)

Parameters

v
Type: SystemDouble

[Missing <param name="v"/> documentation for "M:Demo3D.Visuals.ExprDouble.#ctor(System.Double)"]

See Also