Table of Contents

GetEnumerator Method

Definition

Namespace
Codebelt.Unitify
Assemblies
Codebelt.Unitify.dll
Source
src/Codebelt.Unitify/MetricPrefixTable.cs

GetEnumerator()

Returns an enumerator that iterates through the multiples and submultiples of the base unit.

public override IEnumerator<IPrefixUnit> GetEnumerator()

Returns

IEnumerator<IPrefixUnit>

An enumerator that can be used to iterate through multiples and submultiples of the base unit.