VPForwardSolverBase ROfFxAndTime Method ( OpticalProperties ,  Double ,  Double )Virtual Photonics - VTS Library
Virtual Photonics
Convenience array overload of ROfFx. Determines reflectances at optical properties 'ops', spatial frequencies 'fxs' and times 'ts'

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

public double[] ROfFxAndTime(
	OpticalProperties[] ops,
	double[] fxs,
	double[] ts
)

Parameters

ops
Type:  Vts OpticalProperties 
sets of medium optical properties
fxs
Type:  OnlineSystem Double 
spatial frequencies
ts
Type:  OnlineSystem Double 
times (ns)

Return Value

Type:  OnlineDouble 
reflectance at given optical properties, spatial frequencies and times

Implements

IForwardSolver ROfFxAndTime( OpticalProperties ,  Double ,  Double )
See Also