Skip to main content

Class SqrtF32

Represents "f32.sqrt" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(145)]
public class SqrtF32 : 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