Skip to main content

Class TruncF32

Represents "f32.trunc" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(143)]
public class TruncF32 : UnaryInstruction<float, ValueTypeF32>

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

Methods

Operate(float)

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

System.Single

Parameters
TypeName
System.Singlevalue