\r\n

51Degrees Pipeline .NET  4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Math.IMathData Interface Reference

Inheritance diagram for FiftyOne.Pipeline.Math.IMathData:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Math.IMathData:

[legend]

Properties

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...

Property Documentation

◆ Operation

string FiftyOne.Pipeline.Math.IMathData.Operation
get set

String representation of mathematical operation computed, or zero if none provided.

Valid operators are +, -, *, /.

◆ Result

double FiftyOne.Pipeline.Math.IMathData.Result
get set

Result of the mathematical operation.