System::Globalization::NumberFormatInfo::get_NumberGroupSizes طريقة
NumberFormatInfo::get_NumberGroupSizes method
يحصل على عدد الأرقام لكل مجموعة.
ArrayPtr<int> System::Globalization::NumberFormatInfo::get_NumberGroupSizes() const
ReturnValue
Array of digits per group, left to right; each element must be 1 to 9, last one can be 0 which means “combine all”; last element repeats.
انظر أيضًا
- Typedef ArrayPtr
- Class NumberFormatInfo
- Namespace System::Globalization
- Library Aspose.Font for C++