Virtual PhotonicsNamespace: Vts.Modeling.ForwardSolvers.ExtensionsAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
public static IEnumerable<Complex> TimeFrequencyDomainFluence2SurfacePointPHD(
this IForwardSolver myForwardSolver,
double timeModulationFrequency,
IEnumerable<OpticalProperties> ops,
IEnumerable<double> rhoPrimes,
IEnumerable<double> zs
)
public static IEnumerable<Complex> TimeFrequencyDomainFluence2SurfacePointPHD(
this IForwardSolver myForwardSolver,
double timeModulationFrequency,
IEnumerable<OpticalProperties> ops,
IEnumerable<double> rhoPrimes,
IEnumerable<double> zs
)
<ExtensionAttribute>
Public Shared Function TimeFrequencyDomainFluence2SurfacePointPHD (
myForwardSolver As IForwardSolver,
timeModulationFrequency As Double,
ops As IEnumerable(Of OpticalProperties),
rhoPrimes As IEnumerable(Of Double),
zs As IEnumerable(Of Double)
) As IEnumerable(Of Complex)
<ExtensionAttribute>
Public Shared Function TimeFrequencyDomainFluence2SurfacePointPHD (
myForwardSolver As IForwardSolver,
timeModulationFrequency As Double,
ops As IEnumerable(Of OpticalProperties),
rhoPrimes As IEnumerable(Of Double),
zs As IEnumerable(Of Double)
) As IEnumerable(Of Complex)
public:
[ExtensionAttribute]
static IEnumerable<Complex>^ TimeFrequencyDomainFluence2SurfacePointPHD(
IForwardSolver^ myForwardSolver,
double timeModulationFrequency,
IEnumerable<OpticalProperties^>^ ops,
IEnumerable<double>^ rhoPrimes,
IEnumerable<double>^ zs
)
public:
[ExtensionAttribute]
static IEnumerable<Complex>^ TimeFrequencyDomainFluence2SurfacePointPHD(
IForwardSolver^ myForwardSolver,
double timeModulationFrequency,
IEnumerable<OpticalProperties^>^ ops,
IEnumerable<double>^ rhoPrimes,
IEnumerable<double>^ zs
)
Return Value
Type:
IEnumerable Complex 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
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).