◆ Operation
string FiftyOne.Pipeline.Math.IMathData.Operation |
get
set
String representation of mathematical operation computed, or zero if none provided.
Valid operators are +, -, *, /.
\r\n
string | Operation [get, set]
String representation of mathematical operation computed, or zero if none provided. More...
|
double | Result [get, set]
Result of the mathematical operation. More...
|
Properties inherited from FiftyOne.Pipeline.Core.Data.IElementData | |
IPipeline | Pipeline [get, set]
The IPipeline that this instance was created by More...
|
Properties inherited from FiftyOne.Pipeline.Core.Data.IData | |
object | this[string key] [get, set]
Get or set a data value More...
|
string FiftyOne.Pipeline.Math.IMathData.Operation |
String representation of mathematical operation computed, or zero if none provided.
Valid operators are +, -, *, /.
double FiftyOne.Pipeline.Math.IMathData.Result |
Result of the mathematical operation.