Click or drag to resize

InstanceHandle  Conversion (InstanceHandle to Int32)

Implicit conversion operator from InstanceHandle to Int32.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public static implicit operator int (
	InstanceHandle value
)

Parameters

value
Type: OpenDDSharp.DDSInstanceHandle
The value to transform.

Return Value

Type: Int32
The Int32 value.
See Also