Data.FmtBcd.TBcd.operator =

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

C++

TBcd& operator =(const System::UnicodeString str) { *this = TBcd::_op_Implicit(str); return *this; }
TBcd& operator =(const double d) { *this = TBcd::_op_Implicit(d); return *this; }
TBcd& operator =(const int I) { *this = TBcd::_op_Implicit(I); return *this; }

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。