System.Comp.Create
C++
inline Comp::Comp() { }
inline Comp::Comp(double d) { DoubleToComp(d, *this); }
inline Comp::Comp(Currency d) { CurrencyToComp(d, *this); }
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | syscomp.h | System | Comp |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!