Show / Hide Table of Contents

    Class RectangularArrays

    Inheritance
    System.Object
    RectangularArrays
    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public static class RectangularArrays : object

    Methods

    | Improve this Doc View Source

    ReturnRectangularArray<T>(Int32, Int32)

    Declaration
    public static T[][] ReturnRectangularArray<T>(int size1, int size2)
    Parameters
    Type Name Description
    System.Int32 size1
    System.Int32 size2
    Returns
    Type Description
    T[][]
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)