This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.portablecore.empiricalfunctioncoefficients [2015/09/21 08:07] admin |
thinkgeo.mapsuite.portablecore.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}} | ||
+ | |||
+ | Class EmpiricalFunctionCoefficients. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
*System.Object | *System.Object | ||
Line 8: | Line 11: | ||
** {{wiki:PublicMethod.gif|}} EmpiricalFunctionCoefficients() ** | ** {{wiki:PublicMethod.gif|}} EmpiricalFunctionCoefficients() ** | ||
- | N/A | + | * //Initializes a new instance of the class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} EmpiricalFunctionCoefficients(Double,Double,Double) ** | ** {{wiki:PublicMethod.gif|}} EmpiricalFunctionCoefficients(Double,Double,Double) ** | ||
- | N/A | + | * //Initializes a new instance of the class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //range// | * //range// | ||
* Type:Double | * Type:Double | ||
- | * Description:N/A | + | * Description:The range. |
* //sill// | * //sill// | ||
* Type:Double | * Type:Double | ||
- | * Description:N/A | + | * Description:The sill. |
* //nugget// | * //nugget// | ||
* Type:Double | * Type:Double | ||
- | * Description:N/A | + | * Description:The nugget. |
<div newline></div> | <div newline></div> | ||
Line 36: | Line 39: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 48: | Line 51: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 64: | Line 67: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 76: | Line 79: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 89: | Line 92: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 101: | Line 104: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 114: | Line 117: | ||
** {{wiki:PublicProperty.gif|}} Range ** | ** {{wiki:PublicProperty.gif|}} Range ** | ||
- | Gets or sets the distance(x-axis) where the empirical function first flattens. | + | * //Gets or sets the distance(x-axis) where the empirical function first flattens.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 122: | Line 125: | ||
** {{wiki:PublicProperty.gif|}} Nugget ** | ** {{wiki:PublicProperty.gif|}} 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 == | ||
* Type:Double | * Type:Double | ||
Line 130: | Line 133: | ||
** {{wiki:PublicProperty.gif|}} Sill ** | ** {{wiki:PublicProperty.gif|}} 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 == | ||
* Type:Double | * Type:Double |