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

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

double[] ROfRhoAndTime(
	OpticalProperties op,
	double[] rhos,
	double[] ts
)

Parameters

op
Type: Vts OpticalProperties
medium optical properties
rhos
Type:  OnlineSystem Double 
source-detector separations (mm)
ts
Type:  OnlineSystem Double 
times (ns)

Return Value

Type:  OnlineDouble 
Remarks

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