Computes proton fluxes at the specified time,
returned in an array of doubles (1 flux per proton energy). Uses
FluxPerParticleEnergy Dimension.
| [Visual Basic .NET] |
|---|
Public Function ComputeProtonFluxes( _
ByVal Time As System.Object _
) As System.Array
|
| [C#] |
|---|
public System.Array ComputeProtonFluxes(
|
| [Managed C++] |
|---|
public: System::Array ComputeProtonFluxes(
|
| [Java] |
|---|
public Object[] computeProtonFluxes(
|
- Time