Skip to main content

Class PromoteF32F64

Represents "f64.promote_f32" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(187)]
public class PromoteF32F64 : UnaryInstruction<float, ValueTypeF32, double, ValueTypeF64>

Inheritance: System.Object -> WaaS.Models.Instruction -> WaaS.Models.UnaryInstruction<System.Single,WaaS.ValueTypeF32,System.Double,WaaS.ValueTypeF64>

Methods

Operate(float)

View Source
Declaration
protected override double Operate(float value)
Returns

System.Double

Parameters
TypeName
System.Singlevalue