Buy & Register
Games

3D Games

Screensavers
3D Museum
3D List
Shape X
3D Chains
Thorns 3D

Services

Development

Contact Us
Support

Bright Bug Extras
About Us

Mailing List
E-mail: 
Subscribe
Unsubscribe
Subscribe to the Bright Bug Software news mailing list. [ Learn more ]

XString constructor one arg

HomeHomeX Library XString constructor one arg Ask question
Bright Bug Software accepts Visa and Mastercard

Navigate to: X Library Home > XString > XString constructor one arg
[ Back ]

XString::XString constructor one arg

Initializes the value of the string to the passed argument value. Note, passing an XString as an argument will not copy the class members. Only the string will be copied into the new XString. To make a copy of an entire XString class object, call the Copy function included with this class.

XString(float fVal,int iDigits=-1);
XString(double dVal,int iDigits=-1);

Input:

    Arg0
Supported argument value type

    iDigits
The number of digits wanted after the decimal point. -1 for no specified number of digits. Valid ranges are -1 to the max number of digits for a float or double. Calls the SetFloatPrecision() function with the iDigits value.

Output:

    None, modifies internal data.

Return:

     None, throws XException (Critical)



This up-to-date documentation was generated on 12/16/2005 08:05:43 PM using XString.

Please report any problems with this documentation or with the X Library to support@Bright Bug.com.




Sitemap | Befuddled3 | Screensavers | Support | Screensavers | Link To Us

Copyright Policy | Privacy Policy

Copyright © 1998-2008 Bright Bug Software. All rights reserved.