Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub bufferedStreamTest( _ ByVal filename As String, _ ByVal numIts As Integer, _ ByVal db As Double(), _ ByVal db2 As Double(), _ ByVal fl As Single(), _ ByVal fl2 As Single(), _ ByVal ln As Long(), _ ByVal ln2 As Long(), _ ByVal in_Renamed As Integer(), _ ByVal in2 As Integer(), _ ByVal sh As Short(), _ ByVal sh2 As Short(), _ ByVal ch As Char(), _ ByVal ch2 As Char(), _ ByVal by As Byte(), _ ByVal by2 As Byte(), _ ByVal bl As Boolean(), _ ByVal bl2 As Boolean(), _ ByVal multi As Integer()()()(), _ ByVal multi2 As Integer()()()() _ ) |
C# |
---|
public static void bufferedStreamTest( string filename, int numIts, double[] db, double[] db2, float[] fl, float[] fl2, long[] ln, long[] ln2, int[] in_Renamed, int[] in2, short[] sh, short[] sh2, char[] ch, char[] ch2, byte[] by, byte[] by2, bool[] bl, bool[] bl2, int[][][][] multi, int[][][][] multi2 ) |
C++ |
---|
public: static void bufferedStreamTest( String filename, int numIts, array<double>^ db, array<double>^ db2, array<float>^ fl, array<float>^ fl2, array<__int64>^ ln, array<__int64>^ ln2, array<int>^ in_Renamed, array<int>^ in2, array<short>^ sh, array<short>^ sh2, array<wchar_t>^ ch, array<wchar_t>^ ch2, array<char>^ by, array<char>^ by2, array<bool>^ bl, array<bool>^ bl2, array<array<array<array<int>^>^>^>^ multi, array<array<array<array<int>^>^>^>^ multi2 ) |
J# |
---|
public static void bufferedStreamTest( string filename, int numIts, double[] db, double[] db2, float[] fl, float[] fl2, long[] ln, long[] ln2, int[] in_Renamed, int[] in2, short[] sh, short[] sh2, char[] ch, char[] ch2, byte[] by, byte[] by2, bool[] bl, bool[] bl2, int[][][][] multi, int[][][][] multi2 ) |
JScript |
---|
public static
function bufferedStreamTest( filename : String, numIts : int, db : double[], db2 : double[], fl : float[], fl2 : float[], ln : long[], ln2 : long[], in_Renamed : int[], in2 : int[], sh : short[], sh2 : short[], ch : char[], ch2 : char[], by : Byte[], by2 : Byte[], bl : bool[], bl2 : bool[], multi : int[][][][], multi2 : int[][][][] ) |