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: 10.12.3.0 (10.12.3.0)
Syntax public 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:
SingleRemarks See Also