public static Fixed16Dot16 DivFix(int a, Fixed16Dot16 b) { return(Fixed16Dot16.FromRawValue((int)FT.FT_DivFix((IntPtr)a, (IntPtr)b.Value))); }