Example #1
0
 public override double GetValue() => Reversed ? -env.GetValue(VariableName) : env.GetValue(VariableName);