Trait iso_10303_parts::ap214::IBinaryNumericExpression[][src]

pub trait IBinaryNumericExpression: INumericExpression + IBinaryGenericExpression {
    fn operands(&self) -> &Vec<EntityRef>;
}

Required methods

fn operands(&self) -> &Vec<EntityRef>[src]

Implementors