Пример #1
0
 public int GetFloat(int idx, out float f)
 {
     return(Unmanaged.GetFloat(Pointer, idx, out f));
 }