C# Class Float32DemoteFloat64, dotnet-webassembly

Demote a 64-bit float to a 32-bit float.
Inheritance: SimpleInstruction
Datei anzeigen Open project: RyanLamansky/dotnet-webassembly

Public Methods

Method Description
Float32DemoteFloat64 ( ) : System.Reflection.Emit

Creates a new Float32DemoteFloat64 instance.

Private Methods

Method Description
Compile ( CompilationContext, context ) : void

Method Details

Float32DemoteFloat64() public method

Creates a new Float32DemoteFloat64 instance.
public Float32DemoteFloat64 ( ) : System.Reflection.Emit
return System.Reflection.Emit