VPMonteCarloForwardSolver ROfFxAndFt Method (IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Evaluates reflectance as a function of multiple sets of optical properties, spatial frequencies and modulation frequencies

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

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

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
multiple sets of optical properties
fxs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
spatial frequencies
fts
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
modulation frequencies

Return Value

Type: OnlineIEnumerable OnlineComplex 
reflectance at specified optical properties, spatial frequencies and modulation frequencies

Implements

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