Num Structure |
Namespace: ABB.Robotics.Controllers.RapidDomain
public struct Num : IRapidData
The Num type exposes the following members.
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
FillFromNum |
Fills the struct with a double value.
| |
FillFromString |
Fills the struct with a valid rapid string representation.
| |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
ToString |
Returns the string representation of the num rapid data.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
(Num to Double) |
Converts a Num struct to a double.
|