Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/intl/icu_capi/bindings/js/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 437 B image not shown  

Quelle  ICU4XRoundingIncrement.d.ts   Sprache: unbekannt

 

/**

 * Increment used in a rounding operation.

 * See the {@link https://docs.rs/fixed_decimal/latest/fixed_decimal/enum.RoundingIncrement.html Rust documentation for `RoundingIncrement`} for more information.
 */
export enum ICU4XRoundingIncrement {
  /**
   */
  MultiplesOf1 = 'MultiplesOf1',
  /**
   */
  MultiplesOf2 = 'MultiplesOf2',
  /**
   */
  MultiplesOf5 = 'MultiplesOf5',
  /**
   */
  MultiplesOf25 = 'MultiplesOf25',
}

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]