Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
IEnumerable 
Double 
reflectance at given optical properties, rhos and depths (zs)
            Overload of scalar FluenceOfRhoAndZ function. Determines reflectances at optical properties 'ops' and source-detector separations 'rhos' and 'zs'
            
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 
sets of medium optical properties 
- rhos
 - Type: 
System.Collections.Generic IEnumerable 
Double 
source-detector separations (mm) 
- zs
 - Type: 
System.Collections.Generic IEnumerable 
Double 
z values (mm) 
Return Value
Type:reflectance at given optical properties, rhos and depths (zs)
Implements
IForwardSolver FluenceOfRhoAndZ(IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double )See Also