| ShepardInterpolationFPower Property |
Gets or sets the exponent for the power of the distance.
Namespace: DigitalRune.Mathematics.InterpolationAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public float Power { get; set; }
Public Property Power As Single
Get
Set
public:
property float Power {
float get ();
void set (float value);
}
member Power : float32 with get, set
Property Value
Type:
SingleThe exponent. The default value is
2.0fRemarks
The reference data values are weighted by the inverse power of the distance:
weight1 = | x - x1 | -Power.
See Also