VPPhotonHittingDensityExtensions TimeFrequencyDomainFluence2SurfacePointPHD Method Virtual Photonics - VTS Library
Virtual Photonics

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

public static IEnumerable<Complex> TimeFrequencyDomainFluence2SurfacePointPHD(
	this IForwardSolver myForwardSolver,
	double timeModulationFrequency,
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> rhoPrimes,
	IEnumerable<double> zs
)

Parameters

myForwardSolver
Type: Vts IForwardSolver
timeModulationFrequency
Type: OnlineSystem Double
ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
rhoPrimes
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
zs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 

Return Value

Type: OnlineIEnumerable OnlineComplex 

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IForwardSolver. When you use instance method syntax to call this method, omit the first parameter. For more information, see OnlineExtension Methods (Visual Basic) or OnlineExtension Methods (C# Programming Guide).
See Also