Click or drag to resize

NumFillFromNum Method

Fills the struct with a double value.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public void FillFromNum(
	double newValue
)

Parameters

newValue
Type: SystemDouble
The new value stored by the struct.
See Also