Class DoubleAggregator

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Private.Xml
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Xml.Xsl.Runtime.DoubleAggregator
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • DoubleAggregator

        public DoubleAggregator​(java.lang.Object instance)
                         throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • DoubleAggregator

        public DoubleAggregator()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • Average

        public void Average​(double value)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Create

        public void Create()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Maximum

        public void Maximum​(double value)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Minimum

        public void Minimum​(double value)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Sum

        public void Sum​(double value)
                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsEmpty

        public boolean getIsEmpty()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAverageResult

        public double getAverageResult()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMaximumResult

        public double getMaximumResult()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMinimumResult

        public double getMinimumResult()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSumResult

        public double getSumResult()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable