VPMonteCarloForwardSolver FluenceOfFxAndZAndFt Method (IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics

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

public override IEnumerable<Complex> FluenceOfFxAndZAndFt(
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> fxs,
	IEnumerable<double> zs,
	IEnumerable<double> fts
)

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
fxs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
zs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
fts
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 

Return Value

Type: OnlineIEnumerable OnlineComplex 

Implements

IForwardSolver FluenceOfFxAndZAndFt(IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double , IEnumerable Double )
See Also