Dynamic Relaxation Clash Plugin

ControlViewModel..::..FindSmallestValueInPointList Method

Finds the smallest value in point list.

Namespace:  DynamicRelaxationClashVerification.ViewModels
Assembly:  DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)

Syntax


private double FindSmallestValueInPointList(
	List<Point3D> list,
	bool isX
)
Private Function FindSmallestValueInPointList ( _
	list As List(Of Point3D), _
	isX As Boolean _
) As Double
private:
double^ FindSmallestValueInPointList(
	List<Point3D^>^ list, 
	bool^ isX
)

Parameters

list
Type: List<(Of <(<'Point3D>)>)>
The list.
isX
Type: Boolean
if set to true [is x].

Return Value

System.Double.