VPMonteCarloForwardSolver ROfRho Method (IEnumerable OpticalProperties , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Evaluates the steady state reflectance at multipl sets of optical properties and source-detector separations.

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

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

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
optical properties
rhos
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
source detector separations

Return Value

Type: OnlineIEnumerable OnlineDouble 
reflectance at specified optical properties and rhos

Implements

IForwardSolver ROfRho(IEnumerable OpticalProperties , IEnumerable Double )
See Also