ConditionNumberOperandConvertible
public protocol ConditionNumberOperandConvertible
Represents a value that can be converted into a ConditionNumberOperand, such as a Number or Variable.
-
A number operand that represents this value.
Declaration
Swift
var conditionNumberOperand: ConditionNumberOperand { get }
View on GitHub
ConditionNumberOperandConvertible Protocol Reference