Click or drag to resize

Num  Conversion (Num to Double)

Converts a Num struct to a double.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public static implicit operator double (
	Num f
)

Parameters

f
Type: ABB.Robotics.Controllers.RapidDomainNum
A Num struct reference.

Return Value

Type: Double
The double value that is stored in the Num struct
See Also