VPForwardSolverBase FluenceOfRhoAndZAndTime Method (IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Overload of scalar FluenceOfRhoAndZAndTime function. Determines reflectances at optical properties 'ops', source-detector separations 'rhos', 'zs' and times 'ts'

Namespace: Vts.Modeling.ForwardSolvers
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public virtual IEnumerable<double> FluenceOfRhoAndZAndTime(
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> rhos,
	IEnumerable<double> zs,
	IEnumerable<double> ts
)

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
sets of medium optical properties
rhos
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
source-detector separations (mm)
zs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
z values (mm)
ts
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
times (ns)

Return Value

Type: OnlineIEnumerable OnlineDouble 
reflectance at vien optical properties, rhos, depths (zs) and times

Implements

IForwardSolver FluenceOfRhoAndZAndTime(IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double , IEnumerable Double )
Remarks

IEnumerables can be one or more values - use the .AsEnumerable() extension method (in Vts.Extensions) on single items
See Also