Click or drag to resize

SIPrefixList Constructor

Initializes a new instance of the SIPrefixList class.

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

Parameters

from  IEnumerableSIPrefix
An enumeration of prefixes that should be the content of this list.
Exceptions
ExceptionCondition
ArgumentNullExceptionfrom
See Also