OutSystems Forge 日本語データベース

BinaryFunctions

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-09-16 1.0.0 Jorge Martins All All Components, Libraries
バイナリ文字列表現とのビット単位のバイナリ演算子と変換関数を提供します。
基礎となるスタックのビット演算子と変換関数をアプリケーションで使用するために公開します。 余分なチェックや検証は行いません。 サポート: ビット単位AND ビット単位OR ビット単位XOR ビット単位のNOT(オプションの2の補数付き) 左にシフト 右にシフト 符号なしシフト右 バイナリ文字列表現(最大64バイナリディジット)

[Overview]
Provides bitwise binary operators and conversion functions to and from binary string representation.
[Detail]
Exposes the underlying stack's bitwise operators and conversion functions to be used in your applications. Does not provide any extra checks or validations. Supports: Bitwise AND Bitwise OR Bitwise XOR Bitwise NOT (with optional two's complement) Shift Left Shift Right Unsigned Shift Right Number to and from Binary string representation (maximum 64 binary digits)
戻る