A model parameter
Details
Derived from Quantity, please see base class documentation.
Super classes
rSharp::NetObject -> DotNetWrapper -> ObjectBase -> Entity -> Quantity -> Parameter
Active bindings
isStateVariableReturns
TRUEis the parameter has a RHS otherwiseFALSE. Setting the value toFALSEwill delete the RHS Formula. Setting it toTRUEis not currently supported and will throw an error.rhsFormulaAn instance of a
Formulaobject representing the RHS Formula (Read-Only)
Methods
Inherited methods
rSharp::NetObject$.printClass()rSharp::NetObject$.printLine()rSharp::NetObject$call()rSharp::NetObject$get()rSharp::NetObject$getFields()rSharp::NetObject$getMemberSignature()rSharp::NetObject$getMethods()rSharp::NetObject$getProperties()rSharp::NetObject$getStaticFields()rSharp::NetObject$getStaticMethods()rSharp::NetObject$getStaticProperties()rSharp::NetObject$set()Quantity$getPrintValue()Quantity$hasUnit()Quantity$printQuantityValue()Quantity$printValue()Quantity$reset()Quantity$setValue()
Parameter$new()
Initialize a new instance of the class
Usage
Parameter$new(netObject)Arguments
netObjectAn
rSharp::NetObjectobject.