VPForwardSolverBase ROfRho Method ( OpticalProperties , Double)Virtual Photonics - VTS Library
Virtual Photonics
Overload of ROfRho. Determines reflectances at optical properties 'ops' and source-detector separation 'rho'

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

public double[] ROfRho(
	OpticalProperties[] ops,
	double rho
)

Parameters

ops
Type:  Vts OpticalProperties 
sets of medium optical properties
rho
Type: OnlineSystem Double
source-detector separations (mm)

Return Value

Type:  OnlineDouble 
reflectance at given optical properties and rhos

Implements

IForwardSolver ROfRho( OpticalProperties , Double)
See Also