VPNurbsForwardSolver ROfFxAndTime Method (OpticalProperties, Double, Double)Virtual Photonics - VTS Library
Virtual Photonics
Calls its vectorized version to evaluate the time and space resolved reflectance for a spatial frequancy, fx, and at time, t, for the specified optical properties.

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

public override double ROfFxAndTime(
	OpticalProperties op,
	double fx,
	double t
)

Return Value

Type: OnlineDouble
spatial frequency and time resolved reflectance

Implements

IForwardSolver ROfFxAndTime(OpticalProperties, Double, Double)
See Also