Click or drag to resize

MvValue  Conversion (MvValue to Int64)

Converts to long.

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 long (
	MvValue value
)

Parameters

value
Type: RW.Server.ComponentMvValue
The value to cast.

Return Value

Type: Int64
The value as a long value.
Remarks
Equivalent to value.AsLong().
See Also