Class AbsF32
Represents "f32.abs" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(139)]
public class AbsF32 : 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
Type | Name |
---|---|
System.Single | value |