VPForwardSolverBase ROfFxAndTime Method ( OpticalProperties , Double, Double)Virtual Photonics - VTS Library
Virtual Photonics
Overload of ROfFxAndTime. Determines reflectances at optical properties 'ops', spatial frequency 'fx' and time 't'

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

public double[] ROfFxAndTime(
	OpticalProperties[] ops,
	double fx,
	double t
)

Parameters

ops
Type:  Vts OpticalProperties 
sets of medium optical properties
fx
Type: OnlineSystem Double
spatial frequency (1/mm)
t
Type: OnlineSystem Double
time (ns)

Return Value

Type:  OnlineDouble 
reflectance at given optical properties, single spatial frequency and single time

Implements

IForwardSolver ROfFxAndTime( OpticalProperties , Double, Double)
See Also