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

Return Value

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

Implements

IForwardSolver ROfRho(OpticalProperties, Double)
See Also