Ejemplo n.º 1
0
 /// <summary>Returns a double representation of this fields value for the given feature.</summary>
 /// <param name="feature">The feature to find the fields value for.</param>
 /// <returns>A double representation of this fields value for the given feature</returns>
 public double GetValueAsDouble(Feature feature)
 {
     return(MiApi.mitab_c_get_field_as_double(feature.Handle, this.Index));
 }