| MvValue Conversion (MvValue to Single) |
Converts to float.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public static explicit operator float (
MvValue value
)
Public Shared Narrowing Operator CType (
value As MvValue
) As Single
static explicit operator float (
MvValue^ value
)
Parameters
- value
- Type: RW.Server.ComponentMvValue
The value to cast.
Return Value
Type:
SingleThe value as a
float value.
Remarks See Also