示例#1
0
 public static void Init(out HFA12 hfa)
 {
     hfa.f1  = 1;
     hfa.f2  = 2;
     hfa.f3  = 3;
     hfa.f4  = 4;
     hfa.f5  = 5;
     hfa.f6  = 6;
     hfa.f7  = 7;
     hfa.f8  = 8;
     hfa.f9  = 9;
     hfa.f10 = 10;
     hfa.f11 = 11;
     hfa.f12 = 12;
 }
示例#2
0
 public static void Init(out HFA12 hfa)
 {
     hfa.f1 = 1;
     hfa.f2 = 2;
     hfa.f3 = 3;
     hfa.f4 = 4;
     hfa.f5 = 5;
     hfa.f6 = 6;
     hfa.f7 = 7;
     hfa.f8 = 8;
     hfa.f9 = 9;
     hfa.f10 = 10;
     hfa.f11 = 11;
     hfa.f12 = 12;
 }
示例#3
0
 public static void Print1(float v1, HFA12 hfa)
 {
     System.Console.WriteLine(" -- Print1");
     System.Console.WriteLine("f1 = {0}", hfa.f1);
     System.Console.WriteLine("f2 = {0}", hfa.f2);
     System.Console.WriteLine("f3 = {0}", hfa.f3);
     System.Console.WriteLine("f4 = {0}", hfa.f4);
     System.Console.WriteLine("f5 = {0}", hfa.f5);
     System.Console.WriteLine("f6 = {0}", hfa.f6);
     System.Console.WriteLine("f7 = {0}", hfa.f7);
     System.Console.WriteLine("f8 = {0}", hfa.f8);
     System.Console.WriteLine("f9 = {0}", hfa.f9);
     System.Console.WriteLine("f10 = {0}", hfa.f10);
     System.Console.WriteLine("f11 = {0}", hfa.f11);
     System.Console.WriteLine("f12 = {0}", hfa.f12);
 }
示例#4
0
 public static void Print1(float v1, HFA12 hfa)
 {
     System.Console.WriteLine(" -- Print1");
     System.Console.WriteLine("f1 = {0}", hfa.f1);
     System.Console.WriteLine("f2 = {0}", hfa.f2);
     System.Console.WriteLine("f3 = {0}", hfa.f3);
     System.Console.WriteLine("f4 = {0}", hfa.f4);
     System.Console.WriteLine("f5 = {0}", hfa.f5);
     System.Console.WriteLine("f6 = {0}", hfa.f6);
     System.Console.WriteLine("f7 = {0}", hfa.f7);
     System.Console.WriteLine("f8 = {0}", hfa.f8);
     System.Console.WriteLine("f9 = {0}", hfa.f9);
     System.Console.WriteLine("f10 = {0}", hfa.f10);
     System.Console.WriteLine("f11 = {0}", hfa.f11);
     System.Console.WriteLine("f12 = {0}", hfa.f12);
 }