VPForwardSolverBase ROfFx Method (OpticalProperties, Double)Virtual Photonics - VTS Library
Virtual Photonics
Scalar ROfFx function. Determines reflectance at spatial frequency fx - must be implemented in child class

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

public virtual double ROfFx(
	OpticalProperties op,
	double fx
)

Return Value

Type: OnlineDouble
reflectance at given single set of optical properties and single spatial frequency fx

Implements

IForwardSolver ROfFx(OpticalProperties, Double)
See Also