Skip to main content

Class ConvertI64F32U

Represents "f32.convert_i64_u" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(181)]
public class ConvertI64F32U : UnaryInstruction<ulong, ValueTypeI64, float, ValueTypeF32>

Inheritance: System.Object -> WaaS.Models.Instruction -> WaaS.Models.UnaryInstruction<System.UInt64,WaaS.ValueTypeI64,System.Single,WaaS.ValueTypeF32>

Methods

Operate(ulong)

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

System.Single

Parameters
TypeName
System.UInt64value