Click or drag to resize

TDSpectralInterpretationClassGetUnit Method

Returns the unit description and shortcut for the provided unitIndex. Derived classes should override this to provide mapping between unit indices and their textual representations.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public override (string Description, string shortCut) GetUnit(
	int unit
)

Parameters

unit  Int32

[Missing <param name="unit"/> documentation for "M:Altaxo.Serialization.WITec.TDSpectralInterpretationClass.GetUnit(System.Int32)"]

Return Value

ValueTupleString, String
A tuple containing the description and the short cut for the unit.
See Also