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

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

double[] FluenceOfRhoAndZAndTime(
	OpticalProperties[] ops,
	double[] rhos,
	double[] zs,
	double[] ts
)

Parameters

ops
Type:  Vts OpticalProperties 
sets of medium optical properties
rhos
Type:  OnlineSystem Double 
source-detector separations (mm)
zs
Type:  OnlineSystem Double 
z values (mm)
ts
Type:  OnlineSystem Double 
times (ns)

Return Value

Type:  OnlineDouble 
See Also