Generic StructureFloating
FloatingPointFormatStyle
No overview available. 概要は利用可能でありません。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
struct FloatingPointFormatStyle<Value> where Value : BinaryFloatingPoint
Topics 話題
Declaring Input and Output Types 入力および出力型を宣言する
Creating a Floating-Point Format Style 浮動小数点書式設定スタイルを作成する
Applying List Styles リストスタイルを適用する
Inspecting Style Properties スタイルプロパティを調査する
Customizing Style Behavior スタイル挙動をカスタマイズする
Parsing Support 構文解析サポート
Encoding and Decoding エンコーディングとデコーディング
Counting Underlying Storage 基礎をなすストレージを数える
Hashing ハッシュ化
Comparing Floating-Point Format Styles 浮動小数点書式設定スタイルを比較する
Supporting Static Member Lookup 静的メンバ検索をサポートする
Instance Properties インスタンスプロパティ
Type Properties 型プロパティ
Instance Methods インスタンス メソッド
Type Methods 型メソッド
Operator Functions 演算子関数
Relationships 関係
Conforms To 次に準拠
See Also 参照
Data Formatting in Swift Swiftでのデータ書式設定
struct FormatStyleCapitalizationContext
The capitalization formatting context used when formatting dates and times.
日付と時刻を書式設定する時に使われる、キャピタライズの書式設定文脈。
struct ListFormatStyle
A type used to format lists of items with a separator and conjunction appropriate for a given locale.
項目いくつかからなるリストそれらをある与えられたロケールに適した区切りと接続詞で書式設定するために使われるある型。
Format Style Configurations
書式設定スタイル構成設定
Collections of behaviors for traits like numeric precision, rounding, and scale, used for formatting and parsing numeric values.
数値精度、丸め、そして記数法のような特徴に対する挙動のコレクション、数値を書式設定および構文解析するために使われます。