VPMonteCarloForwardSolver ROfRhoAndTime Method (IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Evaluates spatially- and temporally- resolved reflectance at specified optical properties, rhos and times

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

public override IEnumerable<double> ROfRhoAndTime(
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> rhos,
	IEnumerable<double> times
)

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
multiple sets of optical properties
rhos
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
rhos
times
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
times

Return Value

Type: OnlineIEnumerable OnlineDouble 
reflectance at specified optical properties, rhos and times

Implements

IForwardSolver ROfRhoAndTime(IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double )
See Also