Skip to main content

Class DemoteF64F32

Represents "f32.demote_f64" instruction.

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

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

Methods

Operate(double)

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

System.Single

Parameters
TypeName
System.Doublevalue