Click or drag to resize

QuantityPrependNum Method

Prepend the number in the id string of the quantity.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static Quantity PrependNum(
	IQuantity quantity,
	int number
)

Parameters

quantity
Type: DHI.Mike1D.GenericIQuantity

[Missing <param name="quantity"/> documentation for "M:DHI.Mike1D.Generic.Quantity.PrependNum(DHI.Mike1D.Generic.IQuantity,System.Int32)"]

number
Type: SystemInt32

[Missing <param name="number"/> documentation for "M:DHI.Mike1D.Generic.Quantity.PrependNum(DHI.Mike1D.Generic.IQuantity,System.Int32)"]

Return Value

Type: Quantity
Quantity with new id.
See Also