Data.FmtBcd.IntegerToBcd

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function IntegerToBcd( const AValue: Integer): TBcd;

C++

extern DELPHI_PACKAGE TBcd __fastcall IntegerToBcd(const int AValue);

プロパティ

種類 可視性 ソース ユニット
function public
Data.FmtBcd.pas
Data.FMTBcd.hpp
Data.FmtBcd Data.FmtBcd

説明

整数値を、対応する 2 進化 10 進数(BCD)値に変換します。

IntegerToBcd を使用すると、整数を 2 進化 10 進数値に変換することができます。

関連項目