¡@

Home 

c# Programming Glossary: fint.create

Fixed point math in c#?

http://stackoverflow.com/questions/605124/fixed-point-math-in-c

const int OneI 1 SHIFT_AMOUNT public static FInt OneF FInt.Create 1 true #region Constructors public static FInt Create long StartingRawValue.. this.RawValue double One public FInt Inverse get return FInt.Create this.RawValue false #region FromParts summary Create a fixed.. FInt FromParts int PreDecimal int PostDecimal FInt f FInt.Create PreDecimal true if PostDecimal 0 f.RawValue FInt.Create PostDecimal..