PbMeshGetMinValuesSet Method |
Gets the min of a set of scalars.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool GetMinValuesSet(
int set_index,
out float min
)
Public Function GetMinValuesSet (
set_index As Integer,
<OutAttribute> ByRef min As Single
) As Boolean
public:
bool GetMinValuesSet(
int set_index,
[OutAttribute] float% min
)
member GetMinValuesSet :
set_index : int *
min : float32 byref -> bool
Parameters
- set_index
- Type: SystemInt32
- min
- Type: SystemSingle
Return Value
Type:
Booleantrue otherwise.
Remarks See Also