UNSIGNED_RATIO.cs 135 B

12345678910
  1. using System;
  2. namespace Standard;
  3. internal struct UNSIGNED_RATIO
  4. {
  5. public uint uiNumerator;
  6. public uint uiDenominator;
  7. }