VPMonteCarloForwardSolver ROfRhoAndFt Method (OpticalProperties, Double, Double)Virtual Photonics - VTS Library
Virtual Photonics
Call a method to compute a discrete Fourier Transform on R(rho,t) MC results.

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

public override Complex ROfRhoAndFt(
	OpticalProperties op,
	double rho,
	double ft
)

Return Value

Type: OnlineComplex
reflectance at specified optical properties, rho and time

Implements

IForwardSolver ROfRhoAndFt(OpticalProperties, Double, Double)
See Also