コード例 #1
0
ファイル: Field.cs プロジェクト: secondii/Yutai
 public double GetValueAsDouble(Feature feature_0)
 {
     return(MiApi.mitab_c_get_field_as_double(feature_0.Handle, this.Index));
 }
コード例 #2
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) => MiApi.mitab_c_get_field_as_double(feature.Handle, Index);