|
Documentation Project 1
|
FRACTION_PROC PFRACTION FRACTION_API AddFractions(PFRACTION base, PFRACTION offset);
|
Parameters |
Description |
|
PFRACTION base |
This is the starting value, and recevies the result of (base+offset) |
|
PFRACTION offset |
This is the fraction to add to base. |
base
Add one fraction to another.
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|