Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.Data.Stats Namespace / GeometricMeanFunction Class / Initialize Method

An array containing the type of the column specified by the SourcePropertyName property.

See the following table for a list of the accumulation types:

Column Data Type Accumulation Data Type
Char UInt64
Byte, SByte UInt64
Int16, UInt16 UInt64
Int32, UInt32 UInt64
Int64, UInt64 UInt64
Single Double
Double Double
Decimal Decimal



In This Topic
    Initialize Method (GeometricMeanFunction)
    In This Topic
    Initializes the statistical function specifying the types in which the values will be accumulated.
    Syntax
    'Declaration
     
    Protected Overrides Sub Initialize( _
       ByVal sourcePropertyTypes() As Type _
    ) 
    'Usage
     
    Dim instance As GeometricMeanFunction
    Dim sourcePropertyTypes() As Type
     
    instance.Initialize(sourcePropertyTypes)
    protected override void Initialize( 
       Type[] sourcePropertyTypes
    )

    Parameters

    sourcePropertyTypes

    An array containing the type of the column specified by the SourcePropertyName property.

    See the following table for a list of the accumulation types:

    Column Data Type Accumulation Data Type
    Char UInt64
    Byte, SByte UInt64
    Int16, UInt16 UInt64
    Int32, UInt32 UInt64
    Int64, UInt64 UInt64
    Single Double
    Double Double
    Decimal Decimal

    Requirements

    Target Platforms: Windows 11, Windows 10, 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