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

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

public double[] ROfRho(
	OpticalProperties op,
	double[] rhos
)

Parameters

op
Type: Vts OpticalProperties
medium optical properties
rhos
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