Click or drag to resize

SIPrefixListGetEnumerator Method

Returns an enumerator that iterates through all known prefixes.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerator<SIPrefix> GetEnumerator()

Return Value

IEnumeratorSIPrefix
An enumerator that iterates through all known prefixes.

Implements

IEnumerableTGetEnumerator
See Also