VPComputationFactory GetVectorizedIndependentVariableQueryNew Method (IForwardSolver, SolutionDomainType, ForwardAnalysisType, IndependentVariableAxis, IEnumerable Double , OpticalProperties,  Double )Virtual Photonics - VTS Library
Virtual Photonics

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

public static double[] GetVectorizedIndependentVariableQueryNew(
	IForwardSolver forwardSolver,
	SolutionDomainType solutionDomainType,
	ForwardAnalysisType forwardAnalysisType,
	IndependentVariableAxis independentAxisType,
	IEnumerable<double> independentValues,
	OpticalProperties opticalProperties,
	params double[] constantValues
)

Parameters

forwardSolver
Type: Vts IForwardSolver
solutionDomainType
Type: Vts SolutionDomainType
forwardAnalysisType
Type: Vts ForwardAnalysisType
independentAxisType
Type: Vts IndependentVariableAxis
independentValues
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
opticalProperties
Type: Vts OpticalProperties
constantValues
Type:  OnlineSystem Double 

Return Value

Type:  OnlineDouble 
See Also