Class NegF32
Represents "f32.neg" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(140)]
public class NegF32 : 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 |