Virtual PhotonicsNamespace: Vts.Modeling.ForwardSolvers.ExtensionsAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
public static IEnumerable<double> SteadyStateFluence2SurfacePointPHD(
this IForwardSolver myForwardSolver,
IEnumerable<OpticalProperties> ops,
IEnumerable<double> rhoPrimes,
IEnumerable<double> zs
)
public static IEnumerable<double> SteadyStateFluence2SurfacePointPHD(
this IForwardSolver myForwardSolver,
IEnumerable<OpticalProperties> ops,
IEnumerable<double> rhoPrimes,
IEnumerable<double> zs
)
<ExtensionAttribute>
Public Shared Function SteadyStateFluence2SurfacePointPHD (
myForwardSolver As IForwardSolver,
ops As IEnumerable(Of OpticalProperties),
rhoPrimes As IEnumerable(Of Double),
zs As IEnumerable(Of Double)
) As IEnumerable(Of Double)
<ExtensionAttribute>
Public Shared Function SteadyStateFluence2SurfacePointPHD (
myForwardSolver As IForwardSolver,
ops As IEnumerable(Of OpticalProperties),
rhoPrimes As IEnumerable(Of Double),
zs As IEnumerable(Of Double)
) As IEnumerable(Of Double)
public:
[ExtensionAttribute]
static IEnumerable<double>^ SteadyStateFluence2SurfacePointPHD(
IForwardSolver^ myForwardSolver,
IEnumerable<OpticalProperties^>^ ops,
IEnumerable<double>^ rhoPrimes,
IEnumerable<double>^ zs
)
public:
[ExtensionAttribute]
static IEnumerable<double>^ SteadyStateFluence2SurfacePointPHD(
IForwardSolver^ myForwardSolver,
IEnumerable<OpticalProperties^>^ ops,
IEnumerable<double>^ rhoPrimes,
IEnumerable<double>^ zs
)
Return Value
Type:
IEnumerable Double 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).