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( System.Object time ); |
[Managed C++] |
---|
public: System::Array ComputeProtonFluxes( VARIANT time ); |
[Java] |
---|
public AgSafeArray computeProtonFluxes( AgVariant time ); |
[Python - STK API ] |
---|
def ComputeProtonFluxes(self, time:typing.Any) -> list: |
- time