Amount Constructor

Initializes a new instance of the Amount class.

Definition

Namespace: DevCase.Core.Math.Science
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Amount(
	double value,
	Unit unit
)

Parameters

value  Double
The value of the amount.
unit  Unit
The Unit of the amount.

See Also