EISValueAsMagnitude Method |
Gets the magnitude of the value.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.25.6
Syntaxpublic double AsMagnitude()
Public Function AsMagnitude As Double
Dim instance As EISValue
Dim returnValue As Double
returnValue = instance.AsMagnitude()
Return Value
DoubleThe magnitude.
See Also