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

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

public double[] ROfFx(
	OpticalProperties[] ops,
	double[] fxs
)

Parameters

ops
Type:  Vts OpticalProperties 
sets of medium optical properties
fxs
Type:  OnlineSystem Double 
spatial frequencies

Return Value

Type:  OnlineDouble 
reflectance at given optical properties and spatial frequencies

Implements

IForwardSolver ROfFx( OpticalProperties ,  Double )
See Also