VPForwardSolverBase ROfFxAndTime Method (OpticalProperties, Double, Double)Virtual Photonics - VTS Library
Virtual Photonics
Scalar ROfFxAndTime function. Determines reflectance at spatial frequency fx and time t - 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 ROfFxAndTime(
	OpticalProperties op,
	double fx,
	double t
)

Return Value

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

Implements

IForwardSolver ROfFxAndTime(OpticalProperties, Double, Double)
See Also