コード例 #1
0
 public static void LoadFloat(float float32)
 {
     CurrentEmitContext.Emit(CreateInstruction.LoadFloat(float32));
 }