Click or drag to resize
Prozent Constructor (Decimal)
Erstellt eine neue Prozent-Instanz

Namespace: ArgeHeiwako.Data.Common
Assembly: ArgeHeiwako.Data (in ArgeHeiwako.Data.dll) Version: 0.3.0-alpha
Syntax
C#
public Prozent(
	decimal prozent
)

Parameters

prozent
Type: SystemDecimal
Der numerische Prozentwert
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionWenn der Parameter prozent außerhalb des gültigen Wertebereichs liegt.
See Also