Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
BenefitAmount::BenefitAmount Constructor

Initializes amount.

C++
BenefitAmount(
    double newAmount = 0.0
);
Parameters 
Description 
double newAmount = 0.0 
New amount to use. 

If argument is omitted, sets amount to 0.0.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!