Example #1
0
File: inst.cs Project: zjmit/go2cs
 public static @string String(this Float32Imm f)
 {
     return(fmt.Sprintf("#%v", float32(f)));
 }
Example #2
0
File: inst.cs Project: zjmit/go2cs
 public static void IsArg(this Float32Imm _p0)
 {
 }