| PbCellGetValue Method (Single, Single) | 
Gets the scalar value of a point in this cell, given the point's weights. 
 
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic float GetValue(
	float[] weight,
	float[] s
)
Public Function GetValue ( 
	weight As Single(),
	s As Single()
) As Single
public:
float GetValue(
	array<float>^ weight, 
	array<float>^ s
)
member GetValue : 
        weight : float32[] * 
        s : float32[] -> float32 
Parameters
- weight
 - Type: SystemSingle
 - s
 - Type: SystemSingle
 
Return Value
Type: 
Single
Remarks
See Also