MiScalardSetIjkGet Method |
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(
int i,
int j,
int k
)
Function Get (
i As Integer,
j As Integer,
k As Integer
) As Double
double Get(
int i,
int j,
int k
)
abstract Get :
i : int *
j : int *
k : int -> float
Parameters
- i
- Type: SystemInt32
i-index of the value to return - j
- Type: SystemInt32
j-index of the value to return - k
- Type: SystemInt32
k-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