Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Complex
reflectance at given single set of optical properties, single spatial frequency fx and single modulation frequency ft
            Determines reflectance at spatial frequency fx and modulation frequency ft - must be implemented in child class
            
Namespace: Vts.Modeling.ForwardSolversAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
Parameters
- op
 - Type: Vts OpticalProperties
optical properties of the medium 
- fx
 - Type: 
System Double
spatial frequency (1/mm) 
- ft
 - Type: 
System Double
modulation frequency (GHz) 
Return Value
Type:reflectance at given single set of optical properties, single spatial frequency fx and single modulation frequency ft
Implements
IForwardSolver ROfFxAndFt(OpticalProperties, Double, Double)See Also