VPMathFunctions FindMin Method Virtual Photonics - VTS Library
Virtual Photonics
find the minimum from the vector d with the size n.

Namespace: Vts.FemModeling.MGRTE._2D
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static int FindMin(
	int n,
	double[] d
)

Parameters

n
Type: OnlineSystem Int32
size
d
Type:  OnlineSystem Double 
vector

Return Value

Type: OnlineInt32
See Also