User Tools

Site Tools


thinkgeo.mapsuite.core.empiricalfunctioncoefficients

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.empiricalfunctioncoefficients [2015/09/17 10:28]
admin
thinkgeo.mapsuite.core.empiricalfunctioncoefficients [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients ====== ====== ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 +
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
   *System.Object   *System.Object
     ***ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients**     ***ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} EmpiricalFunctionCoefficients() **
-**{{wiki:​PublicMethod.gif|}}[[#EmpiricalFunctionCoefficients()|EmpiricalFunctionCoefficients]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+  * //N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#EmpiricalFunctionCoefficients(Double,​Double,​Double)|EmpiricalFunctionCoefficients]]** +== Remarks == 
-  * **Parameters**:​Double,​Double,​Double +  * //N/A// 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​N/​A +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} EmpiricalFunctionCoefficients(Double,​Double,​Double) **
  
-=== Protected Constructors === +  * //N/A// 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** +== Parameters ​== 
-  * **Parameters**:​Object +  * //range// 
-  * **DeclaringType**:Object +    Type:Double 
-  * **Summary**:N/A +    Description:N/A
-</​div>​+
  
-<div class_table>​ +  ​* //sill// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +    Type:Double 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //nugget// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +    Type:Double 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#ToString()|ToString]]** +==== Protected Constructors ==== 
-  * **Parameters**:​N/​A +==== Public Methods ==== 
-  * **DeclaringType**:​Object +** {{wiki:​PublicMethod.gif|}} ToString() **
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Protected Methods === +  * //N/A// 
-<div class_table>​ +== Remarks ​== 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** +  * //N/A//
-  * **Parameters**:​N/A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +  * Type:String 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Public Properties === +== Parameters ​== 
-**{{wiki:PublicProperty.gif|}}[[#​Nugget|Nugget]]** +<div newline></​div>​ 
-  * **Return**:​Double +** {{wiki:PublicMethod.gif|}} ​Equals(Object) ​**
-  * **Summary**:​Gets or sets the value of crossing point with empirical function and semivariance(y-axis).+
  
-**{{wiki:​PublicProperty.gif|}}[[#​Range|Range]]** +  ​//N/A// 
-  * **Return**:​Double +== Remarks == 
-  * **Summary**:​Gets or sets the distance(x-axis) where the empirical function first flattens.+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​Sill|Sill]]** +== Return Value == 
-  * **Return**:Double +  * Type:Boolean 
-  * **Summary**:Gets or sets the value at which the semivariance(y-axis) attains the coefficients of Range.+  * Description:N/A
  
-=== Protected Properties === +== Parameters ​== 
-=== Public Events === +  ​* ​//obj// 
-===== Public Constructors ===== +    * Type:Object 
-=== EmpiricalFunctionCoefficients() === +    * Description:​N/​A
-N/+
-==== Remarks ==== +
-N/+
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== EmpiricalFunctionCoefficients(Double,​Double,​Double) === +
-N/+
-==== Remarks ==== +
-N/+
-==== Parameters ==== +
-**range** +
-  * **Type**:Double +
-  * **Description:​N/​A+
  
-**sill** +<div newline></​div>​ 
-  * **Type**:Double +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description:​N/​A+
  
-**nugget** +  ​//N/A// 
-  * **Type**:​Double +== Remarks == 
-  * **Description:​N/A+  * //N/A//
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  * Type:Int32 
-===== Public Methods ===== +  * Description:​N/A
-=== Equals(Object) === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Boolean +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} GetType() ​**
  
-==== Parameters ==== +  * //N/A// 
-**obj** +== Remarks ​== 
-  * **Type**:​Object +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetHashCode() === +  * Type:Type 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Int32 +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Protected Methods ==== 
 +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetType() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Type +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== ToString() === +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​String +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Object 
-===== Protected Methods ===== +  * Description:​N/A
-=== Finalize() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Public Properties ==== 
 +** {{wiki:PublicProperty.gif|}} Range **
  
-==== Parameters ==== +Gets or sets the distance(x-axiswhere the empirical function first flattens. 
-[[#​Protected Methods|Go Back]] +== Remarks ==
-=== MemberwiseClone() === +
-N/A +
-==== Remarks ​====+
 N/A N/A
 +== Return Value ==
 +  * Type:Double
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} Nugget ​**
-  * **Return Type**:Object +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== Nugget === 
 Gets or sets the value of crossing point with empirical function and semivariance(y-axis). Gets or sets the value of crossing point with empirical function and semivariance(y-axis).
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Double+  * Type:Double
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} Sill **
-=== Range === +
-Gets or sets the distance(x-axis) where the empirical function first flattens. +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Double+
  
-[[#Public Properties|Go Back]] 
-=== Sill === 
 Gets or sets the value at which the semivariance(y-axis) attains the coefficients of Range. Gets or sets the value at which the semivariance(y-axis) attains the coefficients of Range.
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Double+  * Type:Double
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.empiricalfunctioncoefficients.1442485706.txt.gz · Last modified: 2015/09/17 10:28 by admin