Example #1
0
 internal GreaterThanDouble(ComputeStep step)
 {
     _step = step;
 }
Example #2
0
 internal NotEqualLong(ComputeStep step)
 {
     _step = step;
 }
Example #3
0
 internal GreaterEqualDouble(ComputeStep step)
 {
     _step = step;
 }
Example #4
0
 internal MaxDouble(ComputeStep step)
 {
     _step = step;
 }
Example #5
0
 internal LessEqualDouble(ComputeStep step)
 {
     _step = step;
 }
Example #6
0
 internal AveDouble(ComputeStep step)
 {
     _step = step;
 }
Example #7
0
 internal LessThanDateTime(ComputeStep step)
 {
     _step = step;
 }
Example #8
0
 internal LessEqualLong(ComputeStep step)
 {
     _step = step;
 }
Example #9
0
 internal LiteralString(ComputeStep step, string value)
 {
     _step  = step;
     _value = value;
 }
Example #10
0
 internal MultiplyDouble(ComputeStep step)
 {
     _step = step;
 }
Example #11
0
 internal NotEqualDouble(ComputeStep step)
 {
     _step = step;
 }
Example #12
0
 internal SumDouble(ComputeStep step)
 {
     _step = step;
 }
Example #13
0
 internal GreaterThanString(ComputeStep step)
 {
     _step = step;
 }
Example #14
0
 internal LiteralDouble(ComputeStep step, double value, string text)
 {
     _step  = step;
     _text  = text;
     _value = value;
 }
Example #15
0
 internal LessThanLong(ComputeStep step)
 {
     _step = step;
 }
Example #16
0
 internal LessThanString(ComputeStep step)
 {
     _step = step;
 }
Example #17
0
 internal PlusDouble(ComputeStep step)
 {
     _step = step;
 }
Example #18
0
 internal RemoveString(ComputeStep step)
 {
     _step = step;
 }
Example #19
0
 internal ConcatString(ComputeStep step)
 {
     _step = step;
 }
Example #20
0
 internal LessThanDouble(ComputeStep step)
 {
     _step = step;
 }
Example #21
0
 internal NotEqualString(ComputeStep step)
 {
     _step = step;
 }
Example #22
0
 internal And2Bool(ComputeStep step)
 {
     _step = step;
 }
Example #23
0
 internal DivideDouble(ComputeStep step)
 {
     _step = step;
 }
Example #24
0
 internal EqualDateTime(ComputeStep step)
 {
     _step = step;
 }
Example #25
0
 internal LiteralBool(ComputeStep step, bool value, string text)
 {
     _step  = step;
     _text  = text;
     _value = value;
 }
Example #26
0
 internal GreaterThanDateTime(ComputeStep step)
 {
     _step = step;
 }
Example #27
0
 internal NotEqualBool(ComputeStep step)
 {
     _step = step;
 }
Example #28
0
 internal GreaterEqualLong(ComputeStep step)
 {
     _step = step;
 }
Example #29
0
 internal Or2Bool(ComputeStep step)
 {
     _step = step;
 }