Creatematrix
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 2 articles for 0.302 sec
On 2 Sep., 14:14, Frank Dzaebel <tcnt.Dzae...@daimlerchrysler.com> wrote: > Hallo Nick, > > >    int[,] matrix = { { 13, 3, 0, 4, 10 }, { 7, 4, 2, 9, 4 }, { 19, 10, > > 2, 8, 9 } }; > >    würde ja funktionieren. > > Ich bin aber eher auf der Suche nach einen Befehl wie: > > int[,] matrix= {s, r, t }, welcher natürlich nicht funktioniert... > > Im einfachsten Fall zum Beispiel: > > Aufruf     

Group: microsoft.public.de.german.entwickler.dotnet.csharp · Group Profile · Search for Creatematrix in microsoft.public.de.german.entwickler.dotnet.csharp
Author: Nick K.
Date: Sep 2, 2008 05:53

Hallo Nick,    int[,] matrix = { { 13, 3, 0, 4, 10 }, { 7, 4, 2, 9, 4 }, { 19, 10, 2, 8, 9 } };    würde ja funktionieren. Ich bin aber eher auf der Suche nach einen Befehl wie: int[,] matrix= {s, r, t }, welcher natürlich nicht funktioniert... Im einfachsten Fall zum Beispiel: Aufruf: int[,] matrix2 = CreateMatrix(s, r, t); Methode: int[,] CreateMatrix(params int[]
Show full article (0.87Kb) · Show article thread
    

Group: microsoft.public.de.german.entwickler.dotnet.csharp · Group Profile · Search for Creatematrix in microsoft.public.de.german.entwickler.dotnet.csharp
Author: Frank Dzaebel
Date: Sep 2, 2008 05:14

Show full article (0.70Kb) · Show article thread