System.Comp.operator =

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

C++

inline Comp &Comp::operator = (double d)   { DoubleToComp(d, *this); return *this; }
inline Comp &Comp::operator = (Currency d) { CurrencyToComp(d, *this); return *this; }

プロパティ

種類 可視性 ソース ユニット
function public syscomp.h System Comp

説明

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