VPForwardSolverBase ROfRhoAndTime Method (OpticalProperties, Double, Double)Virtual Photonics - VTS Library
Virtual Photonics
Scalar ROfRhoAndTime function. Determines reflectance at source-detector separation rho 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 ROfRhoAndTime(
	OpticalProperties op,
	double rho,
	double t
)

Return Value

Type: OnlineDouble
reflectance at given single set of optical properties, single rho and single time

Implements

IForwardSolver ROfRhoAndTime(OpticalProperties, Double, Double)
See Also