Returns the value of this scalar set at the specified position.
Namespace: OIV.MeshVizXLM.Mesh.DataAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntaxdouble Get(
long i,
long j
)
Function Get (
i As Long,
j As Long
) As Double
double Get(
long long i,
long long j
)
abstract Get :
i : int64 *
j : int64 -> float
Parameters
- i
- Type: SystemInt64
i-index of the value to return - j
- Type: SystemInt64
j-index of the value to return
Return Value
Type:
Doublethe value at the specified position in this scalar set
RemarksReturns the value of this scalar set at the specified position.
See Also