Class TruncF32I64S
Represents "i64.trunc_f32_s" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(174)]
public class TruncF32I64S : UnaryInstruction<float, ValueTypeF32, ulong, ValueTypeI64>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.UnaryInstruction<System.Single,WaaS.ValueTypeF32,System.UInt64,WaaS.ValueTypeI64>
Methods
Operate(float)
View Source
Declaration
protected override ulong Operate(float value)
Returns
System.UInt64
Parameters
Type | Name |
---|---|
System.Single | value |