DimensionfulQuantityWithNewValue Method |
Creates an instance with a new value, and with the same prefix and unit as this quantity.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DimensionfulQuantity WithNewValue(
double value
)
Parameters
- value Double
- New numeric value.
Return Value
DimensionfulQuantityA new quantity with the provided value and the same prefix and unit as this quantity.
See Also