VPComputationFactory GetVectorizedIndependentVariableQueryNew Method (String, String, String, String,  Double ,  Double ,  Double )Virtual Photonics - VTS Library
Virtual Photonics
String-overloaded version of factory method for forward solver computation

Namespace: Vts.Factories
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static double[] GetVectorizedIndependentVariableQueryNew(
	string forwardSolverType,
	string solutionDomainType,
	string forwardAnalysisType,
	string independentVariableAxisType,
	double[] independentValues,
	double[] opticalProperties,
	double[] constantValues
)

Parameters

forwardSolverType
Type: OnlineSystem String
solutionDomainType
Type: OnlineSystem String
forwardAnalysisType
Type: OnlineSystem String
independentVariableAxisType
Type: OnlineSystem String
independentValues
Type:  OnlineSystem Double 
opticalProperties
Type:  OnlineSystem Double 
constantValues
Type:  OnlineSystem Double 

Return Value

Type:  OnlineDouble 
See Also