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

Quelle  ICU4XFixedDecimalSign.hpp   Sprache: C

 
#ifndef ICU4XFixedDecimalSign_HPP
#define ICU4XFixedDecimalSign_HPP
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include <algorithm>
#include <memory>
#include <variant>
#include <optional>
#include "diplomat_runtime.hpp"

#include "ICU4XFixedDecimalSign.h"



/**
 * The sign of a FixedDecimal, as shown in formatting.
 * 
 * See the [Rust documentation for `Sign`](https://docs.rs/fixed_decimal/latest/fixed_decimal/enum.Sign.html) for more information.
 */

enum struct ICU4XFixedDecimalSign {

  /**
   * No sign (implicitly positive, e.g., 1729).
   */

  None = 0,

  /**
   * A negative sign, e.g., -1729.
   */

  Negative = 1,

  /**
   * An explicit positive sign, e.g., +1729.
   */

  Positive = 2,
};

#endif

Messung V0.5
C=97 H=96 G=96

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.