Search Results for

    Show / Hide Table of Contents

    TAverageValue Record

    This class is for internal use. It is used to calculate an average over a range of cells.

    Syntax

    Unit: FlexCel.Core

    TAverageValue = record;

    Fields

    Name Description
    Sum Contains the sum of the cells. The average is the Sum / ValueCount
    ValueCount Contains the number of cells. The average is the Sum / ValueCount

    Methods

    Name Description
    Create Creates a new TAverageValue

    Operators

    Name Description
    Equality Adapts the = operator so it returns true when both instances have the same values.
    Inequality Adapts the <> operator so it returns true when both instances have different values.
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com