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