Xceed Chart for WinForms v4.4 Documentation
ConvertToExponentDbl Method


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > TypedArrayList Class : ConvertToExponentDbl Method
base to raise on
Converts the contained values to exponents of the specified base.
Syntax
'Declaration
 
Public Sub ConvertToExponentDbl( _
   ByVal fBase As Single _
) 
'Usage
 
Dim instance As TypedArrayList
Dim fBase As Single
 
instance.ConvertToExponentDbl(fBase)
public void ConvertToExponentDbl( 
   float fBase
)

Parameters

fBase
base to raise on
Exceptions
ExceptionDescription
Thrown if array type is not double
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TypedArrayList Class
TypedArrayList Members