Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Double
reflectance at given single set of optical properties, single rho and single time
            Scalar ROfRhoAndTime function.  Determines reflectance at source-detector separation rho and time t - must be implemented in child class
            
Namespace: Vts.Modeling.ForwardSolversAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
Parameters
- op
 - Type: Vts OpticalProperties
optical properties of the medium 
- rho
 - Type: 
System Double
source-detector separation (mm) 
- t
 - Type: 
System Double
time (ns) 
Return Value
Type:reflectance at given single set of optical properties, single rho and single time
Implements
IForwardSolver ROfRhoAndTime(OpticalProperties, Double, Double)See Also