| MvValue Conversion (MvValue to Int64) |
Converts to long.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static explicit operator long (
MvValue value
)
Public Shared Narrowing Operator CType (
value As MvValue
) As Long
static explicit operator long long (
MvValue^ value
)
Parameters
- value
- Type: RW.Server.ComponentMvValue
The value to cast.
Return Value
Type:
Int64The value as a
long value.
Remarks See Also