STQuantitiesCohesiveDeposition Method |
Returns Deposition of cohesive components (per fraction)
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 IQuantity CohesiveDeposition(
IQuantity stQuantity,
string extra = ""
)
Public Shared Function CohesiveDeposition (
stQuantity As IQuantity,
Optional extra As String = ""
) As IQuantity
public:
static IQuantity^ CohesiveDeposition(
IQuantity^ stQuantity,
String^ extra = L""
)
Parameters
- stQuantity
- Type: DHI.Mike1D.GenericIQuantity
[Missing <param name="stQuantity"/> documentation for "M:DHI.Mike1D.Generic.STQuantities.CohesiveDeposition(DHI.Mike1D.Generic.IQuantity,System.String)"]
- extra (Optional)
- Type: SystemString
[Missing <param name="extra"/> documentation for "M:DHI.Mike1D.Generic.STQuantities.CohesiveDeposition(DHI.Mike1D.Generic.IQuantity,System.String)"]
Return Value
Type:
IQuantity[Missing <returns> documentation for "M:DHI.Mike1D.Generic.STQuantities.CohesiveDeposition(DHI.Mike1D.Generic.IQuantity,System.String)"]
See Also