示例#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;
 }