Пример #1
0
 public static extern SU_RESULT SULengthFormatterCreate(ref SULengthFormatterRef formatter);
Пример #2
0
 public static extern SU_RESULT SULengthFormatterSetVolumeUnits(SULengthFormatterRef formatter, SUVolumeUnitType units);
Пример #3
0
 public static extern SU_RESULT SULengthFormatterGetForceInchDisplay(SULengthFormatterRef formatter, ref bool force_inch);
Пример #4
0
 public static extern SU_RESULT SULengthFormatterParseString(SULengthFormatterRef formatter, SUStringRef string_value, ref double value);
Пример #5
0
 public static extern SU_RESULT SULengthFormatterSetAreaUnits(SULengthFormatterRef formatter, SUAreaUnitType units);
Пример #6
0
 public static extern SU_RESULT SULengthFormatterGetAreaString(SULengthFormatterRef formatter, double area, ref SUStringRef string_value);
Пример #7
0
 public static extern SU_RESULT SULengthFormatterGetVolumeString(SULengthFormatterRef formatter, double volume, ref SUStringRef string_value);
Пример #8
0
 public static extern SU_RESULT SULengthFormatterGetLengthString(SULengthFormatterRef formatter, double length, bool strip, ref SUStringRef string_value);
Пример #9
0
 public static extern SU_RESULT SULengthFormatterSetSuppressUnits(SULengthFormatterRef formatter, bool suppress);
Пример #10
0
 public static extern SU_RESULT SULengthFormatterGetUnits(SULengthFormatterRef formatter, ref SULengthUnitType units);
Пример #11
0
 public static extern SU_RESULT SULengthFormatterSetFormat(SULengthFormatterRef formatter, SULengthFormatType format);
Пример #12
0
 public static extern SU_RESULT SULengthFormatterSetPrecision(SULengthFormatterRef formatter, size_t precision);