Click or drag to resize
MiScalardSetIGet Method
Returns the value of this scalar set at the specified position.

Namespace: OIV.MeshVizXLM.Mesh.Data
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntax
double Get(
	long i
)

Parameters

i
Type: SystemInt64
index of the value to return

Return Value

Type: Double
the value at the specified position in this scalar set
Remarks
Returns the value of this scalar set at the specified position.
See Also