VPIForwardSolver ROfRhoAndFt Method ( OpticalProperties ,  Double ,  Double )Virtual Photonics - VTS Library
Virtual Photonics
Overload of scalar ROfRhoAndFt function. Determines reflectances at optical properties 'ops', source-detector separations 'rhos' and time frequencies 'fts'

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

Complex[] ROfRhoAndFt(
	OpticalProperties[] ops,
	double[] rhos,
	double[] fts
)

Parameters

ops
Type:  Vts OpticalProperties 
sets of medium optical properties
rhos
Type:  OnlineSystem Double 
source-detector separations (mm)
fts
Type:  OnlineSystem Double 
modulation frequencies (GHz)

Return Value

Type:  OnlineComplex 
Remarks

IEnumerables can be one or more values - use the .AsEnumerable() extension method (in Vts.Extensions) on single items
See Also