Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
IEnumerable 
Double 
reflectance at specified optical properties, rhos and depths
            Evaluates fluence as a function of optical properties, source-detector separations (rhos) and tines (ts)
            
Namespace: Vts.Modeling.ForwardSolversAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
Parameters
- ops
 - Type: 
System.Collections.Generic IEnumerable OpticalProperties 
optical properties 
- rhos
 - Type: 
System.Collections.Generic IEnumerable 
Double 
source-detector separations 
- zs
 - Type: 
System.Collections.Generic IEnumerable 
Double 
z values (depths) 
- ts
 - Type: 
System.Collections.Generic IEnumerable 
Double 
times (ns) 
Return Value
Type:reflectance at specified optical properties, rhos and depths
Implements
IForwardSolver FluenceOfRhoAndZAndTime(IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double , IEnumerable Double )See Also