Numbers, Data, and Basic Values
数、データ、そして基本的な値
Work with primitive values and other fundamental types used throughout Cocoa.
Cocoaの至る所で使われる根本的な値と他の根本的な型を扱います。
Topics
話題
Numbers
さまざまな数
struct Double
A double-precision, floating-point value type.
倍精度、浮動小数点値型。
struct Decimal
A structure representing a base-10 number.
底10の数を表している構造体。
class NumberFormatter
A formatter that converts between numeric values and their textual representations.
数値とそれらのテキスト表現の間で変換するフォーマッタ。
Binary Data
バイナリデータ
protocol DataProtocol
A protocol that provides consistent data access to the bytes underlying contiguous and noncontiguous data buffers.
あるプロトコル、それは隣接および非隣接データバッファの基礎をなしているバイトそれらへの整合性データアクセスを提供します。
protocol MutableDataProtocol
A protocol that provides consistent data access to the bytes underlying contiguous and noncontiguous mutable data buffers.
あるプロトコル、それは隣接および非隣接の可変データバッファの基礎をなしているバイトそれらへの整合性データアクセスを提供します。
protocol ContiguousBytes
A protocol that declares the type offers direct access to the underlying raw bytes in a contiguous manner.
あるプロトコル、それはある隣接流儀でその基礎をなす生のバイトそれらへの直接アクセスを提供する型を宣言します。
URLs
URL
struct URL
A value that identifies the location of a resource, such as an item on a remote server or the path to a local file.
ある値、それはあるリソースの場所を識別します、たとえばリモートサーバー上のある項目またはあるローカルファイルへのパスなど。
struct URLComponents
A structure that parses URLs into and constructs URLs from their constituent parts.
URLをそれへと構文解析する、そしてURLをそれらの構成パーツから構築する、ある構造体。
struct URLQueryItem
A single name-value pair from the query portion of a URL.
URLのクエリ部分からの単一の名前-値のペア。
Unique Identifiers
特有な識別子
struct UUID
A universally unique value that can be used to identify types, interfaces, and other items.
型、インターフェイス、そして他の項目を識別するために使うことができる普遍的に特有な値。
Geometry
幾何学
struct CGFloat
The basic type for floating-point scalar values in Core Graphics and related frameworks.
Core Graphicsと関連フレームワークにおける浮動小数点スカラー値のための基本の型。
struct NSEdgeInsets
A description of the distance between the edges of two rectangles.
2つの矩形の端の間の隔たりの記述。
Ranges
さまざまな範囲
typealias NSRange
A structure used to describe a portion of a series, such as characters in a string or objects in an array.
あるシリーズの一部分、例えば文字列の中の文字または配列の中のオブジェクトを記述するのに使われる構造体。
See Also
参照
Fundamentals
基本
Strings and Text
文字列とテキスト
Create and process strings of Unicode characters, use regular expressions to find patterns, and perform natural language analysis of text.
ユニコード文字からなる文字列を作成および処理します、正規表現を使ってパターンを見つけます、そしてテキストの自然言語解析を実行します。
Collections
さまざまなコレクション
Use arrays, dictionaries, sets, and specialized collections to store and iterate groups of objects or values.
配列、辞書、集合、そして特殊化されたコレクションを使って、オブジェクトや値からなるグループを格納したり反復処理します。
Dates and Times
日付と時刻
Compare dates and times, and perform calendar and time zone calculations.
日付や時刻を比較します、そしてカレンダーやタイムゾーンの計算を実行します。
Units and Measurement
単位と寸法
Label numeric quantities with physical dimensions to allow locale-aware formatting and conversion between related units.
数量を物理的次元で標識化して、ロケール対応書式化および関連単位間の変換を可能にします。
Data Formatting
データ書式設定
Convert numbers, dates, measurements, and other values to and from locale-aware string representations.
数字、日付、寸法、および他の値をロケール対応文字列表現へと、そしてそれから変換します。
Filters and Sorting
フィルタとソート
Use predicates, expressions, and sort descriptors to examine elements in collections and other services.
述語、式、そしてソート記述子を使って、コレクションおよび他の提供での要素を吟味します。