VPForwardSolverBase ROfFxAndTime Method (IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Vector ROfFxAndTime function. Determines reflectances at optical properties 'ops', spatial frequencies 'fxs' and times 'ts' Override these in child classes to take advantage of optimization strategies.

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

public virtual IEnumerable<double> ROfFxAndTime(
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> fxs,
	IEnumerable<double> ts
)

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
sets of optical properties of the medium
fxs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
spatial frequencies (1/mm)
ts
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
times (ns)

Return Value

Type: OnlineIEnumerable OnlineDouble 
reflectance at given optical properties, spatial frequencies and times

Implements

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