Click or drag to resize

Dnum Constructor

Initializes a new instance of the Dnum class with a specific value.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public Dnum(
	double value
)

Parameters

value
Type: SystemDouble
The value to be set.
See Also