DotNet Reference

DotNet Reference

NestedArrayHelper

Detailed Description

Definition at line 19 of file NestedArrayHelper.cs.

Static Public Member Functions

static T[] GetFlatArray< T > (T[][] arr)
 
static T[] GetFlatArrayFromMatrix< T > (T[,] arr)
 
static int[] GetArraySecondSize< T > (T[][]arr)
 

Member Function Documentation

◆ GetArraySecondSize< T >()

static int [] GetArraySecondSize< T > ( Tarr  [][])
inlinestatic

Definition at line 55 of file NestedArrayHelper.cs.

◆ GetFlatArray< T >()

static T [] GetFlatArray< T > ( arr[][])
inlinestatic

Definition at line 21 of file NestedArrayHelper.cs.

◆ GetFlatArrayFromMatrix< T >()

static T [] GetFlatArrayFromMatrix< T > ( arr[,])
inlinestatic

Definition at line 39 of file NestedArrayHelper.cs.


The documentation for this class was generated from the following file: