VPForwardSolverBase ROfRhoAndTime Method (OpticalProperties,  Double , Double)Virtual Photonics - VTS Library
Virtual Photonics
Overload of ROfRhoAndTime. Determines reflectances at optical properties 'op', source-detector separations 'rhos' and time 't'

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

public double[] ROfRhoAndTime(
	OpticalProperties op,
	double[] rhos,
	double t
)

Parameters

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

Return Value

Type:  OnlineDouble 
reflectance at given optical properties, rhos and time

Implements

IForwardSolver ROfRhoAndTime(OpticalProperties,  Double , Double)
See Also