Click here to Skip to main content
15,894,740 members
Articles / Programming Languages / C#

Range Constructor

Rate me:
Please Sign up or sign in to vote.
4.50/5 (6 votes)
22 Sep 20053 min read 32.3K   227   14  
Range resizing...emulating Microsoft Outlook address book buttons.
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>RangeConstructor</name>
    </assembly>
    <members>
        <member name="T:CameronSinge.Range.Range">
            <summary>
            Range Library
            Collection of static Range Calculations
            Used to emulate Microsoft Outlook Address Button Ranging
            </summary>
            <remarks>To do: Include more types of distribution</remarks>
        </member>
        <member name="M:CameronSinge.Range.Range.#ctor">
            <summary>
            Constructor
            </summary>
        </member>
        <member name="M:CameronSinge.Range.Range.RangeConstruct(System.Object[],System.Int32,CameronSinge.Range.Range.Distribution)">
            <summary>
            Used to calculate a 2 dimensional array from a 
            1 dimension array, depending on the space allocated.
            </summary>
            <param name="range">An object array to be converted</param>
            <param name="a">The y length on the 2 dimension array</param>
            <param name="dist">The type of distribution</param>
            <returns></returns>
        </member>
        <member name="M:CameronSinge.Range.Range.calculateStaggedMatrix(System.Int32,System.Int32)">
            <summary>
            Creates a stagered matrix/array, 
            used to create the standard type of distrubtion
            </summary>
            <param name="required">Spaces required</param>
            <param name="allocated">Spaces allocated</param>
            <returns></returns>
        </member>
        <member name="T:CameronSinge.Range.Range.Distribution">
            <summary>
            Type of distribution of the range
            </summary>
        </member>
        <member name="F:CameronSinge.Range.Range.Distribution.Standard">
            <summary>
            Standard type of distrubtion
            </summary>
        </member>
    </members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions