Method EmitLdcR4 NamespaceMonoMod.Cil AssemblyMonoMod.Utils.dll EmitLdcR4(float) Emits a Ldc_R4 opcode with a float operand to the current cursor position. public ILCursor EmitLdcR4(float operand) Parameters operand float The emitted instruction's operand. Returns ILCursor this