 | ParticleSourceSpectrumEnergyBins Property |
Gets the spectrum energy bins for the manual input type particle source.
Namespace: ema3d.Api.V25.Charging.ExcitationAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic List<List<double>> SpectrumEnergyBins { get; set; }
Public Property SpectrumEnergyBins As List(Of List(Of Double))
Get
Set
public:
property List<List<double>^>^ SpectrumEnergyBins {
List<List<double>^>^ get ();
void set (List<List<double>^>^ value);
}
member SpectrumEnergyBins : List<List<float>> with get, set
Property Value
ListListDouble
See Also