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