Exemplo n.º 1
0
 public Transform(DependentVariableTransforms type, double exponent)
 {
     this._transformType = type;
     this._dblExponent   = exponent;
 }
Exemplo n.º 2
0
 public Transform(DependentVariableTransforms type, double exponent)
 {
     this._transformType = type;
     this._dblExponent = exponent;
 }
Exemplo n.º 3
0
 public Transform(DependentVariableTransforms type)
 {
     this._transformType = type;
     this._dblExponent   = 1;
 }
Exemplo n.º 4
0
 public Transform(DependentVariableTransforms type)
 {
     this._transformType = type;
     this._dblExponent = 1;
 }