예제 #1
0
파일: Sq.Managed.cs 프로젝트: bartwe/SqNET
 public int GetFloat(int idx, out float f)
 {
     return(Unmanaged.GetFloat(Pointer, idx, out f));
 }