Пример #1
0
 public Transform(DependentVariableTransforms type, double exponent)
 {
     this._transformType = type;
     this._dblExponent   = exponent;
 }
Пример #2
0
 public Transform(DependentVariableTransforms type, double exponent)
 {
     this._transformType = type;
     this._dblExponent = exponent;
 }
Пример #3
0
 public Transform(DependentVariableTransforms type)
 {
     this._transformType = type;
     this._dblExponent   = 1;
 }
Пример #4
0
 public Transform(DependentVariableTransforms type)
 {
     this._transformType = type;
     this._dblExponent = 1;
 }