Click or drag to resize

JCOBridgeDirectBufferTGetValue(Int32) Method

Gets the value at the specified position in the one-dimensional Array. The index is specified as a 32-bit integer.

Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.6.4.250922-152ba6ff9edce5bce8e7bf5a86e1098f7e200363
Syntax
public T GetValue(
	int index
)

Parameters

index  Int32
A 32-bit integer that represents the position of the Array element to get.

Return Value

T
The value at the specified position in the one-dimensional Array.
Exceptions
ExceptionCondition
ArgumentExceptionThe current Array does not have exactly one dimension.
IndexOutOfRangeExceptionindex is outside the range of valid indexes for the current Array.
See Also