예제 #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);