Click or drag to resize

DimensionfulQuantityWithNewValue Method

Creates an instance with a new value, and with the same prefix and unit as this quantity.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DimensionfulQuantity WithNewValue(
	double value
)

Parameters

value  Double
New numeric value.

Return Value

DimensionfulQuantity
A new quantity with the provided value and the same prefix and unit as this quantity.
See Also