C# Class DataDebugMethods.InputSample

Afficher le fichier Open project: plasma-umass/DataDebug Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string datum ) : void
AddArray ( object data ) : void
Columns ( ) : int
Equals ( object obj ) : bool
GetExcludes ( ) : System.Numerics.BigInteger
GetHashCode ( ) : int
GetIncludes ( ) : int[]
GetInput ( int num ) : string
GetInputArray ( ) : ].object[
InputSample ( int rows, int cols ) : System
Length ( ) : int
Rows ( ) : int
SetIncludes ( int includes ) : void
Text ( ) : string
ToString ( ) : string

Private Methods

Méthode Description
OneDToTwoD ( int idx ) : int>.Tuple

Method Details

Add() public méthode

public Add ( string datum ) : void
datum string
Résultat void

AddArray() public méthode

public AddArray ( object data ) : void
data object
Résultat void

Columns() public méthode

public Columns ( ) : int
Résultat int

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetExcludes() public méthode

public GetExcludes ( ) : System.Numerics.BigInteger
Résultat System.Numerics.BigInteger

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetIncludes() public méthode

public GetIncludes ( ) : int[]
Résultat int[]

GetInput() public méthode

public GetInput ( int num ) : string
num int
Résultat string

GetInputArray() public méthode

public GetInputArray ( ) : ].object[
Résultat ].object[

InputSample() public méthode

public InputSample ( int rows, int cols ) : System
rows int
cols int
Résultat System

Length() public méthode

public Length ( ) : int
Résultat int

Rows() public méthode

public Rows ( ) : int
Résultat int

SetIncludes() public méthode

public SetIncludes ( int includes ) : void
includes int
Résultat void

Text() public méthode

public Text ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string