Table of Contents

Method EmitLdcR4

Namespace
MonoMod.Cil
Assembly
MonoMod.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