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