| c# Programming Glossary: fint.rawvalueFixed point math in c#? http://stackoverflow.com/questions/605124/fixed-point-math-in-c  Create long StartingRawValue bool UseMultiple  FInt fInt fInt.RawValue StartingRawValue if UseMultiple fInt.RawValue fInt.RawValue..  FInt fInt fInt.RawValue StartingRawValue if UseMultiple fInt.RawValue fInt.RawValue SHIFT_AMOUNT return fInt public static FInt Create.. StartingRawValue if UseMultiple fInt.RawValue fInt.RawValue SHIFT_AMOUNT return fInt public static FInt Create double DoubleValue.. 
 |