 | 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.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.5.251117-542184cb2a0ea61cfe667a6bfacadf83c6adbe4d
Syntaxpublic T GetValue(
int index
)
Public Function GetValue (
index As Integer
) As T
Parameters
- index Int32
- A 32-bit integer that represents the position of the Array element to get.
Return Value
TThe value at the specified position in the one-dimensional
Array.
Exceptions
See Also