Struct dypdl::ContinuousResourceVariable
source · pub struct ContinuousResourceVariable(/* private fields */);Expand description
A struct wrapping an id.
Implementations§
source§impl ContinuousResourceVariable
impl ContinuousResourceVariable
sourcepub fn abs(self) -> ContinuousExpression
pub fn abs(self) -> ContinuousExpression
Returns an expression representing the absolute value
sourcepub fn sqrt(self) -> ContinuousExpression
pub fn sqrt(self) -> ContinuousExpression
Returns an expression representing the square root.
sourcepub fn floor(self) -> ContinuousExpression
pub fn floor(self) -> ContinuousExpression
Returns an expression representing the floor.
sourcepub fn ceil(self) -> ContinuousExpression
pub fn ceil(self) -> ContinuousExpression
Returns an expression representing the ceiling.
sourcepub fn round(self) -> ContinuousExpression
pub fn round(self) -> ContinuousExpression
Returns an expression representing the rounded value.
sourcepub fn trunc(self) -> ContinuousExpression
pub fn trunc(self) -> ContinuousExpression
Returns an expression representing the truncated value.
Trait Implementations§
source§impl AccessPreference<ContinuousResourceVariable> for Model
impl AccessPreference<ContinuousResourceVariable> for Model
source§fn get_preference(
&self,
v: ContinuousResourceVariable
) -> Result<bool, ModelErr>
fn get_preference( &self, v: ContinuousResourceVariable ) -> Result<bool, ModelErr>
source§fn set_preference(
&mut self,
v: ContinuousResourceVariable,
less_is_better: bool
) -> Result<(), ModelErr>
fn set_preference( &mut self, v: ContinuousResourceVariable, less_is_better: bool ) -> Result<(), ModelErr>
source§impl AccessPreference<ContinuousResourceVariable> for StateMetadata
impl AccessPreference<ContinuousResourceVariable> for StateMetadata
source§fn get_preference(
&self,
v: ContinuousResourceVariable
) -> Result<bool, ModelErr>
fn get_preference( &self, v: ContinuousResourceVariable ) -> Result<bool, ModelErr>
source§fn set_preference(
&mut self,
v: ContinuousResourceVariable,
less_is_better: bool
) -> Result<(), ModelErr>
fn set_preference( &mut self, v: ContinuousResourceVariable, less_is_better: bool ) -> Result<(), ModelErr>
source§impl AccessTarget<ContinuousResourceVariable, f64> for Model
impl AccessTarget<ContinuousResourceVariable, f64> for Model
source§fn get_target(
&self,
v: ContinuousResourceVariable
) -> Result<Continuous, ModelErr>
fn get_target( &self, v: ContinuousResourceVariable ) -> Result<Continuous, ModelErr>
source§fn set_target(
&mut self,
v: ContinuousResourceVariable,
target: Continuous
) -> Result<(), ModelErr>
fn set_target( &mut self, v: ContinuousResourceVariable, target: Continuous ) -> Result<(), ModelErr>
source§impl Add<ContinuousExpression> for ContinuousResourceVariable
impl Add<ContinuousExpression> for ContinuousResourceVariable
source§fn add(self, rhs: ContinuousExpression) -> ContinuousExpression
fn add(self, rhs: ContinuousExpression) -> ContinuousExpression
Returns an expression representing the addition.
§type Output = ContinuousExpression
type Output = ContinuousExpression
+ operator.source§impl Add<ContinuousResourceVariable> for ContinuousExpression
impl Add<ContinuousResourceVariable> for ContinuousExpression
source§fn add(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn add(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the addition.
§type Output = ContinuousExpression
type Output = ContinuousExpression
+ operator.source§impl Add<ContinuousResourceVariable> for ContinuousVariable
impl Add<ContinuousResourceVariable> for ContinuousVariable
source§fn add(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn add(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the addition.
§type Output = ContinuousExpression
type Output = ContinuousExpression
+ operator.source§impl Add<ContinuousResourceVariable> for IntegerExpression
impl Add<ContinuousResourceVariable> for IntegerExpression
source§fn add(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn add(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the addition.
§type Output = ContinuousExpression
type Output = ContinuousExpression
+ operator.source§impl Add<ContinuousResourceVariable> for IntegerResourceVariable
impl Add<ContinuousResourceVariable> for IntegerResourceVariable
source§fn add(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn add(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the addition.
§type Output = ContinuousExpression
type Output = ContinuousExpression
+ operator.source§impl Add<ContinuousResourceVariable> for IntegerVariable
impl Add<ContinuousResourceVariable> for IntegerVariable
source§fn add(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn add(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the addition.
§type Output = ContinuousExpression
type Output = ContinuousExpression
+ operator.source§impl Add<ContinuousResourceVariable> for Continuous
impl Add<ContinuousResourceVariable> for Continuous
source§fn add(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn add(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the addition.
§type Output = ContinuousExpression
type Output = ContinuousExpression
+ operator.source§impl Add<ContinuousResourceVariable> for Integer
impl Add<ContinuousResourceVariable> for Integer
source§fn add(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn add(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the addition.
§type Output = ContinuousExpression
type Output = ContinuousExpression
+ operator.source§impl Add<ContinuousVariable> for ContinuousResourceVariable
impl Add<ContinuousVariable> for ContinuousResourceVariable
source§fn add(self, rhs: ContinuousVariable) -> ContinuousExpression
fn add(self, rhs: ContinuousVariable) -> ContinuousExpression
Returns an expression representing the addition.
§type Output = ContinuousExpression
type Output = ContinuousExpression
+ operator.source§impl Add<IntegerExpression> for ContinuousResourceVariable
impl Add<IntegerExpression> for ContinuousResourceVariable
source§fn add(self, rhs: IntegerExpression) -> ContinuousExpression
fn add(self, rhs: IntegerExpression) -> ContinuousExpression
Returns an expression representing the addition.
§type Output = ContinuousExpression
type Output = ContinuousExpression
+ operator.source§impl Add<IntegerResourceVariable> for ContinuousResourceVariable
impl Add<IntegerResourceVariable> for ContinuousResourceVariable
source§fn add(self, rhs: IntegerResourceVariable) -> ContinuousExpression
fn add(self, rhs: IntegerResourceVariable) -> ContinuousExpression
Returns an expression representing the addition.
§type Output = ContinuousExpression
type Output = ContinuousExpression
+ operator.source§impl Add<IntegerVariable> for ContinuousResourceVariable
impl Add<IntegerVariable> for ContinuousResourceVariable
source§fn add(self, rhs: IntegerVariable) -> ContinuousExpression
fn add(self, rhs: IntegerVariable) -> ContinuousExpression
Returns an expression representing the addition.
§type Output = ContinuousExpression
type Output = ContinuousExpression
+ operator.source§impl Add<f64> for ContinuousResourceVariable
impl Add<f64> for ContinuousResourceVariable
source§fn add(self, rhs: Continuous) -> ContinuousExpression
fn add(self, rhs: Continuous) -> ContinuousExpression
Returns an expression representing the addition.
§type Output = ContinuousExpression
type Output = ContinuousExpression
+ operator.source§impl Add<i32> for ContinuousResourceVariable
impl Add<i32> for ContinuousResourceVariable
source§fn add(self, rhs: Integer) -> ContinuousExpression
fn add(self, rhs: Integer) -> ContinuousExpression
Returns an expression representing the addition.
§type Output = ContinuousExpression
type Output = ContinuousExpression
+ operator.source§impl Add for ContinuousResourceVariable
impl Add for ContinuousResourceVariable
source§fn add(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn add(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the addition.
§type Output = ContinuousExpression
type Output = ContinuousExpression
+ operator.source§impl AddEffect<ContinuousResourceVariable, ContinuousExpression> for Transition
impl AddEffect<ContinuousResourceVariable, ContinuousExpression> for Transition
source§fn add_effect<V>(
&mut self,
v: ContinuousResourceVariable,
expression: V
) -> Result<(), ModelErr>where
ContinuousExpression: From<V>,
fn add_effect<V>(
&mut self,
v: ContinuousResourceVariable,
expression: V
) -> Result<(), ModelErr>where
ContinuousExpression: From<V>,
source§impl CheckVariable<ContinuousResourceVariable> for StateMetadata
impl CheckVariable<ContinuousResourceVariable> for StateMetadata
source§fn check_variable(&self, v: ContinuousResourceVariable) -> Result<(), ModelErr>
fn check_variable(&self, v: ContinuousResourceVariable) -> Result<(), ModelErr>
source§impl Clone for ContinuousResourceVariable
impl Clone for ContinuousResourceVariable
source§fn clone(&self) -> ContinuousResourceVariable
fn clone(&self) -> ContinuousResourceVariable
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl ContinuousBinaryOperation<ContinuousExpression> for ContinuousResourceVariable
impl ContinuousBinaryOperation<ContinuousExpression> for ContinuousResourceVariable
type Output = ContinuousExpression
source§fn pow(self, rhs: ContinuousExpression) -> ContinuousExpression
fn pow(self, rhs: ContinuousExpression) -> ContinuousExpression
source§fn log(self, rhs: ContinuousExpression) -> ContinuousExpression
fn log(self, rhs: ContinuousExpression) -> ContinuousExpression
source§impl ContinuousBinaryOperation<ContinuousResourceVariable> for ContinuousExpression
impl ContinuousBinaryOperation<ContinuousResourceVariable> for ContinuousExpression
type Output = ContinuousExpression
source§fn pow(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn pow(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§fn log(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn log(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§impl ContinuousBinaryOperation<ContinuousResourceVariable> for ContinuousVariable
impl ContinuousBinaryOperation<ContinuousResourceVariable> for ContinuousVariable
type Output = ContinuousExpression
source§fn pow(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn pow(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§fn log(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn log(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§impl ContinuousBinaryOperation<ContinuousResourceVariable> for IntegerExpression
impl ContinuousBinaryOperation<ContinuousResourceVariable> for IntegerExpression
type Output = ContinuousExpression
source§fn pow(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn pow(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§fn log(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn log(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§impl ContinuousBinaryOperation<ContinuousResourceVariable> for IntegerResourceVariable
impl ContinuousBinaryOperation<ContinuousResourceVariable> for IntegerResourceVariable
type Output = ContinuousExpression
source§fn pow(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn pow(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§fn log(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn log(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§impl ContinuousBinaryOperation<ContinuousResourceVariable> for IntegerVariable
impl ContinuousBinaryOperation<ContinuousResourceVariable> for IntegerVariable
type Output = ContinuousExpression
source§fn pow(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn pow(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§fn log(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn log(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§impl ContinuousBinaryOperation<ContinuousResourceVariable> for Continuous
impl ContinuousBinaryOperation<ContinuousResourceVariable> for Continuous
type Output = ContinuousExpression
source§fn pow(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn pow(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§fn log(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn log(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§impl ContinuousBinaryOperation<ContinuousResourceVariable> for Integer
impl ContinuousBinaryOperation<ContinuousResourceVariable> for Integer
type Output = ContinuousExpression
source§fn pow(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn pow(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§fn log(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn log(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§impl ContinuousBinaryOperation<ContinuousVariable> for ContinuousResourceVariable
impl ContinuousBinaryOperation<ContinuousVariable> for ContinuousResourceVariable
type Output = ContinuousExpression
source§fn pow(self, rhs: ContinuousVariable) -> ContinuousExpression
fn pow(self, rhs: ContinuousVariable) -> ContinuousExpression
source§fn log(self, rhs: ContinuousVariable) -> ContinuousExpression
fn log(self, rhs: ContinuousVariable) -> ContinuousExpression
source§impl ContinuousBinaryOperation<IntegerExpression> for ContinuousResourceVariable
impl ContinuousBinaryOperation<IntegerExpression> for ContinuousResourceVariable
type Output = ContinuousExpression
source§fn pow(self, rhs: IntegerExpression) -> ContinuousExpression
fn pow(self, rhs: IntegerExpression) -> ContinuousExpression
source§fn log(self, rhs: IntegerExpression) -> ContinuousExpression
fn log(self, rhs: IntegerExpression) -> ContinuousExpression
source§impl ContinuousBinaryOperation<IntegerResourceVariable> for ContinuousResourceVariable
impl ContinuousBinaryOperation<IntegerResourceVariable> for ContinuousResourceVariable
type Output = ContinuousExpression
source§fn pow(self, rhs: IntegerResourceVariable) -> ContinuousExpression
fn pow(self, rhs: IntegerResourceVariable) -> ContinuousExpression
source§fn log(self, rhs: IntegerResourceVariable) -> ContinuousExpression
fn log(self, rhs: IntegerResourceVariable) -> ContinuousExpression
source§impl ContinuousBinaryOperation<IntegerVariable> for ContinuousResourceVariable
impl ContinuousBinaryOperation<IntegerVariable> for ContinuousResourceVariable
type Output = ContinuousExpression
source§fn pow(self, rhs: IntegerVariable) -> ContinuousExpression
fn pow(self, rhs: IntegerVariable) -> ContinuousExpression
source§fn log(self, rhs: IntegerVariable) -> ContinuousExpression
fn log(self, rhs: IntegerVariable) -> ContinuousExpression
source§impl ContinuousBinaryOperation<f64> for ContinuousResourceVariable
impl ContinuousBinaryOperation<f64> for ContinuousResourceVariable
type Output = ContinuousExpression
source§fn pow(self, rhs: Continuous) -> ContinuousExpression
fn pow(self, rhs: Continuous) -> ContinuousExpression
source§fn log(self, rhs: Continuous) -> ContinuousExpression
fn log(self, rhs: Continuous) -> ContinuousExpression
source§impl ContinuousBinaryOperation<i32> for ContinuousResourceVariable
impl ContinuousBinaryOperation<i32> for ContinuousResourceVariable
type Output = ContinuousExpression
source§fn pow(self, rhs: Integer) -> ContinuousExpression
fn pow(self, rhs: Integer) -> ContinuousExpression
source§fn log(self, rhs: Integer) -> ContinuousExpression
fn log(self, rhs: Integer) -> ContinuousExpression
source§impl ContinuousBinaryOperation for ContinuousResourceVariable
impl ContinuousBinaryOperation for ContinuousResourceVariable
type Output = ContinuousExpression
source§fn pow(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn pow(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§fn log(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn log(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§impl Debug for ContinuousResourceVariable
impl Debug for ContinuousResourceVariable
source§impl Div<ContinuousExpression> for ContinuousResourceVariable
impl Div<ContinuousExpression> for ContinuousResourceVariable
source§fn div(self, rhs: ContinuousExpression) -> ContinuousExpression
fn div(self, rhs: ContinuousExpression) -> ContinuousExpression
Returns an expression representing the division.
§type Output = ContinuousExpression
type Output = ContinuousExpression
/ operator.source§impl Div<ContinuousResourceVariable> for ContinuousExpression
impl Div<ContinuousResourceVariable> for ContinuousExpression
source§fn div(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn div(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the division.
§type Output = ContinuousExpression
type Output = ContinuousExpression
/ operator.source§impl Div<ContinuousResourceVariable> for ContinuousVariable
impl Div<ContinuousResourceVariable> for ContinuousVariable
source§fn div(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn div(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the division.
§type Output = ContinuousExpression
type Output = ContinuousExpression
/ operator.source§impl Div<ContinuousResourceVariable> for IntegerExpression
impl Div<ContinuousResourceVariable> for IntegerExpression
source§fn div(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn div(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the division.
§type Output = ContinuousExpression
type Output = ContinuousExpression
/ operator.source§impl Div<ContinuousResourceVariable> for IntegerResourceVariable
impl Div<ContinuousResourceVariable> for IntegerResourceVariable
source§fn div(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn div(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the division.
§type Output = ContinuousExpression
type Output = ContinuousExpression
/ operator.source§impl Div<ContinuousResourceVariable> for IntegerVariable
impl Div<ContinuousResourceVariable> for IntegerVariable
source§fn div(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn div(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the division.
§type Output = ContinuousExpression
type Output = ContinuousExpression
/ operator.source§impl Div<ContinuousResourceVariable> for Continuous
impl Div<ContinuousResourceVariable> for Continuous
source§fn div(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn div(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the division.
§type Output = ContinuousExpression
type Output = ContinuousExpression
/ operator.source§impl Div<ContinuousResourceVariable> for Integer
impl Div<ContinuousResourceVariable> for Integer
source§fn div(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn div(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the division.
§type Output = ContinuousExpression
type Output = ContinuousExpression
/ operator.source§impl Div<ContinuousVariable> for ContinuousResourceVariable
impl Div<ContinuousVariable> for ContinuousResourceVariable
source§fn div(self, rhs: ContinuousVariable) -> ContinuousExpression
fn div(self, rhs: ContinuousVariable) -> ContinuousExpression
Returns an expression representing the division.
§type Output = ContinuousExpression
type Output = ContinuousExpression
/ operator.source§impl Div<IntegerExpression> for ContinuousResourceVariable
impl Div<IntegerExpression> for ContinuousResourceVariable
source§fn div(self, rhs: IntegerExpression) -> ContinuousExpression
fn div(self, rhs: IntegerExpression) -> ContinuousExpression
Returns an expression representing the division.
§type Output = ContinuousExpression
type Output = ContinuousExpression
/ operator.source§impl Div<IntegerResourceVariable> for ContinuousResourceVariable
impl Div<IntegerResourceVariable> for ContinuousResourceVariable
source§fn div(self, rhs: IntegerResourceVariable) -> ContinuousExpression
fn div(self, rhs: IntegerResourceVariable) -> ContinuousExpression
Returns an expression representing the division.
§type Output = ContinuousExpression
type Output = ContinuousExpression
/ operator.source§impl Div<IntegerVariable> for ContinuousResourceVariable
impl Div<IntegerVariable> for ContinuousResourceVariable
source§fn div(self, rhs: IntegerVariable) -> ContinuousExpression
fn div(self, rhs: IntegerVariable) -> ContinuousExpression
Returns an expression representing the division.
§type Output = ContinuousExpression
type Output = ContinuousExpression
/ operator.source§impl Div<f64> for ContinuousResourceVariable
impl Div<f64> for ContinuousResourceVariable
source§fn div(self, rhs: Continuous) -> ContinuousExpression
fn div(self, rhs: Continuous) -> ContinuousExpression
Returns an expression representing the division.
§type Output = ContinuousExpression
type Output = ContinuousExpression
/ operator.source§impl Div<i32> for ContinuousResourceVariable
impl Div<i32> for ContinuousResourceVariable
source§fn div(self, rhs: Integer) -> ContinuousExpression
fn div(self, rhs: Integer) -> ContinuousExpression
Returns an expression representing the division.
§type Output = ContinuousExpression
type Output = ContinuousExpression
/ operator.source§impl Div for ContinuousResourceVariable
impl Div for ContinuousResourceVariable
source§fn div(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn div(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the division.
§type Output = ContinuousExpression
type Output = ContinuousExpression
/ operator.source§impl From<ContinuousResourceVariable> for ContinuousExpression
impl From<ContinuousResourceVariable> for ContinuousExpression
source§fn from(v: ContinuousResourceVariable) -> Self
fn from(v: ContinuousResourceVariable) -> Self
source§impl From<ContinuousResourceVariable> for CostExpression
impl From<ContinuousResourceVariable> for CostExpression
source§fn from(cost: ContinuousResourceVariable) -> Self
fn from(cost: ContinuousResourceVariable) -> Self
source§impl MaxMin<ContinuousExpression> for ContinuousResourceVariable
impl MaxMin<ContinuousExpression> for ContinuousResourceVariable
type Output = ContinuousExpression
source§fn max(self, rhs: ContinuousExpression) -> ContinuousExpression
fn max(self, rhs: ContinuousExpression) -> ContinuousExpression
source§fn min(self, rhs: ContinuousExpression) -> ContinuousExpression
fn min(self, rhs: ContinuousExpression) -> ContinuousExpression
source§impl MaxMin<ContinuousResourceVariable> for ContinuousExpression
impl MaxMin<ContinuousResourceVariable> for ContinuousExpression
type Output = ContinuousExpression
source§fn max(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn max(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§fn min(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn min(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§impl MaxMin<ContinuousResourceVariable> for ContinuousVariable
impl MaxMin<ContinuousResourceVariable> for ContinuousVariable
type Output = ContinuousExpression
source§fn max(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn max(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§fn min(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn min(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§impl MaxMin<ContinuousResourceVariable> for IntegerExpression
impl MaxMin<ContinuousResourceVariable> for IntegerExpression
type Output = ContinuousExpression
source§fn max(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn max(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§fn min(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn min(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§impl MaxMin<ContinuousResourceVariable> for IntegerResourceVariable
impl MaxMin<ContinuousResourceVariable> for IntegerResourceVariable
type Output = ContinuousExpression
source§fn max(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn max(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§fn min(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn min(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§impl MaxMin<ContinuousResourceVariable> for IntegerVariable
impl MaxMin<ContinuousResourceVariable> for IntegerVariable
type Output = ContinuousExpression
source§fn max(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn max(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§fn min(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn min(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§impl MaxMin<ContinuousResourceVariable> for Continuous
impl MaxMin<ContinuousResourceVariable> for Continuous
type Output = ContinuousExpression
source§fn max(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn max(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§fn min(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn min(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§impl MaxMin<ContinuousResourceVariable> for Integer
impl MaxMin<ContinuousResourceVariable> for Integer
type Output = ContinuousExpression
source§fn max(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn max(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§fn min(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn min(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§impl MaxMin<ContinuousVariable> for ContinuousResourceVariable
impl MaxMin<ContinuousVariable> for ContinuousResourceVariable
type Output = ContinuousExpression
source§fn max(self, rhs: ContinuousVariable) -> ContinuousExpression
fn max(self, rhs: ContinuousVariable) -> ContinuousExpression
source§fn min(self, rhs: ContinuousVariable) -> ContinuousExpression
fn min(self, rhs: ContinuousVariable) -> ContinuousExpression
source§impl MaxMin<IntegerExpression> for ContinuousResourceVariable
impl MaxMin<IntegerExpression> for ContinuousResourceVariable
type Output = ContinuousExpression
source§fn max(self, rhs: IntegerExpression) -> ContinuousExpression
fn max(self, rhs: IntegerExpression) -> ContinuousExpression
source§fn min(self, rhs: IntegerExpression) -> ContinuousExpression
fn min(self, rhs: IntegerExpression) -> ContinuousExpression
source§impl MaxMin<IntegerResourceVariable> for ContinuousResourceVariable
impl MaxMin<IntegerResourceVariable> for ContinuousResourceVariable
type Output = ContinuousExpression
source§fn max(self, rhs: IntegerResourceVariable) -> ContinuousExpression
fn max(self, rhs: IntegerResourceVariable) -> ContinuousExpression
source§fn min(self, rhs: IntegerResourceVariable) -> ContinuousExpression
fn min(self, rhs: IntegerResourceVariable) -> ContinuousExpression
source§impl MaxMin<IntegerVariable> for ContinuousResourceVariable
impl MaxMin<IntegerVariable> for ContinuousResourceVariable
type Output = ContinuousExpression
source§fn max(self, rhs: IntegerVariable) -> ContinuousExpression
fn max(self, rhs: IntegerVariable) -> ContinuousExpression
source§fn min(self, rhs: IntegerVariable) -> ContinuousExpression
fn min(self, rhs: IntegerVariable) -> ContinuousExpression
source§impl MaxMin<f64> for ContinuousResourceVariable
impl MaxMin<f64> for ContinuousResourceVariable
type Output = ContinuousExpression
source§fn max(self, rhs: Continuous) -> ContinuousExpression
fn max(self, rhs: Continuous) -> ContinuousExpression
source§fn min(self, rhs: Continuous) -> ContinuousExpression
fn min(self, rhs: Continuous) -> ContinuousExpression
source§impl MaxMin<i32> for ContinuousResourceVariable
impl MaxMin<i32> for ContinuousResourceVariable
type Output = ContinuousExpression
source§fn max(self, rhs: Integer) -> ContinuousExpression
fn max(self, rhs: Integer) -> ContinuousExpression
source§fn min(self, rhs: Integer) -> ContinuousExpression
fn min(self, rhs: Integer) -> ContinuousExpression
source§impl MaxMin for ContinuousResourceVariable
impl MaxMin for ContinuousResourceVariable
type Output = ContinuousExpression
source§fn max(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn max(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§fn min(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn min(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
source§impl Mul<ContinuousExpression> for ContinuousResourceVariable
impl Mul<ContinuousExpression> for ContinuousResourceVariable
source§fn mul(self, rhs: ContinuousExpression) -> ContinuousExpression
fn mul(self, rhs: ContinuousExpression) -> ContinuousExpression
Returns an expression representing the multiplication.
§type Output = ContinuousExpression
type Output = ContinuousExpression
* operator.source§impl Mul<ContinuousResourceVariable> for ContinuousExpression
impl Mul<ContinuousResourceVariable> for ContinuousExpression
source§fn mul(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn mul(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the multiplication.
§type Output = ContinuousExpression
type Output = ContinuousExpression
* operator.source§impl Mul<ContinuousResourceVariable> for ContinuousVariable
impl Mul<ContinuousResourceVariable> for ContinuousVariable
source§fn mul(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn mul(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the multiplication.
§type Output = ContinuousExpression
type Output = ContinuousExpression
* operator.source§impl Mul<ContinuousResourceVariable> for IntegerExpression
impl Mul<ContinuousResourceVariable> for IntegerExpression
source§fn mul(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn mul(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the multiplication.
§type Output = ContinuousExpression
type Output = ContinuousExpression
* operator.source§impl Mul<ContinuousResourceVariable> for IntegerResourceVariable
impl Mul<ContinuousResourceVariable> for IntegerResourceVariable
source§fn mul(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn mul(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the multiplication.
§type Output = ContinuousExpression
type Output = ContinuousExpression
* operator.source§impl Mul<ContinuousResourceVariable> for IntegerVariable
impl Mul<ContinuousResourceVariable> for IntegerVariable
source§fn mul(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn mul(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the multiplication.
§type Output = ContinuousExpression
type Output = ContinuousExpression
* operator.source§impl Mul<ContinuousResourceVariable> for Continuous
impl Mul<ContinuousResourceVariable> for Continuous
source§fn mul(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn mul(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the multiplication.
§type Output = ContinuousExpression
type Output = ContinuousExpression
* operator.source§impl Mul<ContinuousResourceVariable> for Integer
impl Mul<ContinuousResourceVariable> for Integer
source§fn mul(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn mul(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the multiplication.
§type Output = ContinuousExpression
type Output = ContinuousExpression
* operator.source§impl Mul<ContinuousVariable> for ContinuousResourceVariable
impl Mul<ContinuousVariable> for ContinuousResourceVariable
source§fn mul(self, rhs: ContinuousVariable) -> ContinuousExpression
fn mul(self, rhs: ContinuousVariable) -> ContinuousExpression
Returns an expression representing the multiplication.
§type Output = ContinuousExpression
type Output = ContinuousExpression
* operator.source§impl Mul<IntegerExpression> for ContinuousResourceVariable
impl Mul<IntegerExpression> for ContinuousResourceVariable
source§fn mul(self, rhs: IntegerExpression) -> ContinuousExpression
fn mul(self, rhs: IntegerExpression) -> ContinuousExpression
Returns an expression representing the multiplication.
§type Output = ContinuousExpression
type Output = ContinuousExpression
* operator.source§impl Mul<IntegerResourceVariable> for ContinuousResourceVariable
impl Mul<IntegerResourceVariable> for ContinuousResourceVariable
source§fn mul(self, rhs: IntegerResourceVariable) -> ContinuousExpression
fn mul(self, rhs: IntegerResourceVariable) -> ContinuousExpression
Returns an expression representing the multiplication.
§type Output = ContinuousExpression
type Output = ContinuousExpression
* operator.source§impl Mul<IntegerVariable> for ContinuousResourceVariable
impl Mul<IntegerVariable> for ContinuousResourceVariable
source§fn mul(self, rhs: IntegerVariable) -> ContinuousExpression
fn mul(self, rhs: IntegerVariable) -> ContinuousExpression
Returns an expression representing the multiplication.
§type Output = ContinuousExpression
type Output = ContinuousExpression
* operator.source§impl Mul<f64> for ContinuousResourceVariable
impl Mul<f64> for ContinuousResourceVariable
source§fn mul(self, rhs: Continuous) -> ContinuousExpression
fn mul(self, rhs: Continuous) -> ContinuousExpression
Returns an expression representing the multiplication.
§type Output = ContinuousExpression
type Output = ContinuousExpression
* operator.source§impl Mul<i32> for ContinuousResourceVariable
impl Mul<i32> for ContinuousResourceVariable
source§fn mul(self, rhs: Integer) -> ContinuousExpression
fn mul(self, rhs: Integer) -> ContinuousExpression
Returns an expression representing the multiplication.
§type Output = ContinuousExpression
type Output = ContinuousExpression
* operator.source§impl Mul for ContinuousResourceVariable
impl Mul for ContinuousResourceVariable
source§fn mul(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn mul(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the multiplication.
§type Output = ContinuousExpression
type Output = ContinuousExpression
* operator.source§impl Neg for ContinuousResourceVariable
impl Neg for ContinuousResourceVariable
source§impl PartialEq for ContinuousResourceVariable
impl PartialEq for ContinuousResourceVariable
source§fn eq(&self, other: &ContinuousResourceVariable) -> bool
fn eq(&self, other: &ContinuousResourceVariable) -> bool
self and other values to be equal, and is used
by ==.source§impl Rem<ContinuousExpression> for ContinuousResourceVariable
impl Rem<ContinuousExpression> for ContinuousResourceVariable
source§fn rem(self, rhs: ContinuousExpression) -> ContinuousExpression
fn rem(self, rhs: ContinuousExpression) -> ContinuousExpression
Returns an expression representing the remainder.
§type Output = ContinuousExpression
type Output = ContinuousExpression
% operator.source§impl Rem<ContinuousResourceVariable> for ContinuousExpression
impl Rem<ContinuousResourceVariable> for ContinuousExpression
source§fn rem(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn rem(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the remainder.
§type Output = ContinuousExpression
type Output = ContinuousExpression
% operator.source§impl Rem<ContinuousResourceVariable> for ContinuousVariable
impl Rem<ContinuousResourceVariable> for ContinuousVariable
source§fn rem(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn rem(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the remainder.
§type Output = ContinuousExpression
type Output = ContinuousExpression
% operator.source§impl Rem<ContinuousResourceVariable> for IntegerExpression
impl Rem<ContinuousResourceVariable> for IntegerExpression
source§fn rem(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn rem(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the remainder.
§type Output = ContinuousExpression
type Output = ContinuousExpression
% operator.source§impl Rem<ContinuousResourceVariable> for IntegerResourceVariable
impl Rem<ContinuousResourceVariable> for IntegerResourceVariable
source§fn rem(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn rem(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the remainder.
§type Output = ContinuousExpression
type Output = ContinuousExpression
% operator.source§impl Rem<ContinuousResourceVariable> for IntegerVariable
impl Rem<ContinuousResourceVariable> for IntegerVariable
source§fn rem(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn rem(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the remainder.
§type Output = ContinuousExpression
type Output = ContinuousExpression
% operator.source§impl Rem<ContinuousResourceVariable> for Continuous
impl Rem<ContinuousResourceVariable> for Continuous
source§fn rem(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn rem(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the remainder.
§type Output = ContinuousExpression
type Output = ContinuousExpression
% operator.source§impl Rem<ContinuousResourceVariable> for Integer
impl Rem<ContinuousResourceVariable> for Integer
source§fn rem(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn rem(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the remainder.
§type Output = ContinuousExpression
type Output = ContinuousExpression
% operator.source§impl Rem<ContinuousVariable> for ContinuousResourceVariable
impl Rem<ContinuousVariable> for ContinuousResourceVariable
source§fn rem(self, rhs: ContinuousVariable) -> ContinuousExpression
fn rem(self, rhs: ContinuousVariable) -> ContinuousExpression
Returns an expression representing the remainder.
§type Output = ContinuousExpression
type Output = ContinuousExpression
% operator.source§impl Rem<IntegerExpression> for ContinuousResourceVariable
impl Rem<IntegerExpression> for ContinuousResourceVariable
source§fn rem(self, rhs: IntegerExpression) -> ContinuousExpression
fn rem(self, rhs: IntegerExpression) -> ContinuousExpression
Returns an expression representing the remainder.
§type Output = ContinuousExpression
type Output = ContinuousExpression
% operator.source§impl Rem<IntegerResourceVariable> for ContinuousResourceVariable
impl Rem<IntegerResourceVariable> for ContinuousResourceVariable
source§fn rem(self, rhs: IntegerResourceVariable) -> ContinuousExpression
fn rem(self, rhs: IntegerResourceVariable) -> ContinuousExpression
Returns an expression representing the remainder.
§type Output = ContinuousExpression
type Output = ContinuousExpression
% operator.source§impl Rem<IntegerVariable> for ContinuousResourceVariable
impl Rem<IntegerVariable> for ContinuousResourceVariable
source§fn rem(self, rhs: IntegerVariable) -> ContinuousExpression
fn rem(self, rhs: IntegerVariable) -> ContinuousExpression
Returns an expression representing the remainder.
§type Output = ContinuousExpression
type Output = ContinuousExpression
% operator.source§impl Rem<f64> for ContinuousResourceVariable
impl Rem<f64> for ContinuousResourceVariable
source§fn rem(self, rhs: Continuous) -> ContinuousExpression
fn rem(self, rhs: Continuous) -> ContinuousExpression
Returns an expression representing the remainder.
§type Output = ContinuousExpression
type Output = ContinuousExpression
% operator.source§impl Rem<i32> for ContinuousResourceVariable
impl Rem<i32> for ContinuousResourceVariable
source§fn rem(self, rhs: Integer) -> ContinuousExpression
fn rem(self, rhs: Integer) -> ContinuousExpression
Returns an expression representing the remainder.
§type Output = ContinuousExpression
type Output = ContinuousExpression
% operator.source§impl Rem for ContinuousResourceVariable
impl Rem for ContinuousResourceVariable
source§fn rem(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn rem(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the remainder.
§type Output = ContinuousExpression
type Output = ContinuousExpression
% operator.source§impl Sub<ContinuousExpression> for ContinuousResourceVariable
impl Sub<ContinuousExpression> for ContinuousResourceVariable
source§fn sub(self, rhs: ContinuousExpression) -> ContinuousExpression
fn sub(self, rhs: ContinuousExpression) -> ContinuousExpression
Returns an expression representing the subtraction.
§type Output = ContinuousExpression
type Output = ContinuousExpression
- operator.source§impl Sub<ContinuousResourceVariable> for ContinuousExpression
impl Sub<ContinuousResourceVariable> for ContinuousExpression
source§fn sub(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn sub(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the subtraction.
§type Output = ContinuousExpression
type Output = ContinuousExpression
- operator.source§impl Sub<ContinuousResourceVariable> for ContinuousVariable
impl Sub<ContinuousResourceVariable> for ContinuousVariable
source§fn sub(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn sub(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the subtraction.
§type Output = ContinuousExpression
type Output = ContinuousExpression
- operator.source§impl Sub<ContinuousResourceVariable> for IntegerExpression
impl Sub<ContinuousResourceVariable> for IntegerExpression
source§fn sub(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn sub(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the subtraction.
§type Output = ContinuousExpression
type Output = ContinuousExpression
- operator.source§impl Sub<ContinuousResourceVariable> for IntegerResourceVariable
impl Sub<ContinuousResourceVariable> for IntegerResourceVariable
source§fn sub(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn sub(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the subtraction.
§type Output = ContinuousExpression
type Output = ContinuousExpression
- operator.source§impl Sub<ContinuousResourceVariable> for IntegerVariable
impl Sub<ContinuousResourceVariable> for IntegerVariable
source§fn sub(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn sub(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the subtraction.
§type Output = ContinuousExpression
type Output = ContinuousExpression
- operator.source§impl Sub<ContinuousResourceVariable> for Continuous
impl Sub<ContinuousResourceVariable> for Continuous
source§fn sub(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn sub(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the subtraction.
§type Output = ContinuousExpression
type Output = ContinuousExpression
- operator.source§impl Sub<ContinuousResourceVariable> for Integer
impl Sub<ContinuousResourceVariable> for Integer
source§fn sub(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn sub(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the subtraction.
§type Output = ContinuousExpression
type Output = ContinuousExpression
- operator.source§impl Sub<ContinuousVariable> for ContinuousResourceVariable
impl Sub<ContinuousVariable> for ContinuousResourceVariable
source§fn sub(self, rhs: ContinuousVariable) -> ContinuousExpression
fn sub(self, rhs: ContinuousVariable) -> ContinuousExpression
Returns an expression representing the subtraction.
§type Output = ContinuousExpression
type Output = ContinuousExpression
- operator.source§impl Sub<IntegerExpression> for ContinuousResourceVariable
impl Sub<IntegerExpression> for ContinuousResourceVariable
source§fn sub(self, rhs: IntegerExpression) -> ContinuousExpression
fn sub(self, rhs: IntegerExpression) -> ContinuousExpression
Returns an expression representing the subtraction.
§type Output = ContinuousExpression
type Output = ContinuousExpression
- operator.source§impl Sub<IntegerResourceVariable> for ContinuousResourceVariable
impl Sub<IntegerResourceVariable> for ContinuousResourceVariable
source§fn sub(self, rhs: IntegerResourceVariable) -> ContinuousExpression
fn sub(self, rhs: IntegerResourceVariable) -> ContinuousExpression
Returns an expression representing the subtraction.
§type Output = ContinuousExpression
type Output = ContinuousExpression
- operator.source§impl Sub<IntegerVariable> for ContinuousResourceVariable
impl Sub<IntegerVariable> for ContinuousResourceVariable
source§fn sub(self, rhs: IntegerVariable) -> ContinuousExpression
fn sub(self, rhs: IntegerVariable) -> ContinuousExpression
Returns an expression representing the subtraction.
§type Output = ContinuousExpression
type Output = ContinuousExpression
- operator.source§impl Sub<f64> for ContinuousResourceVariable
impl Sub<f64> for ContinuousResourceVariable
source§fn sub(self, rhs: Continuous) -> ContinuousExpression
fn sub(self, rhs: Continuous) -> ContinuousExpression
Returns an expression representing the subtraction.
§type Output = ContinuousExpression
type Output = ContinuousExpression
- operator.source§impl Sub<i32> for ContinuousResourceVariable
impl Sub<i32> for ContinuousResourceVariable
source§fn sub(self, rhs: Integer) -> ContinuousExpression
fn sub(self, rhs: Integer) -> ContinuousExpression
Returns an expression representing the subtraction.
§type Output = ContinuousExpression
type Output = ContinuousExpression
- operator.source§impl Sub for ContinuousResourceVariable
impl Sub for ContinuousResourceVariable
source§fn sub(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
fn sub(self, rhs: ContinuousResourceVariable) -> ContinuousExpression
Returns an expression representing the subtraction.
§type Output = ContinuousExpression
type Output = ContinuousExpression
- operator.