CodeGenerator::GenerateSingleFloatValue Method (Single)

 

Generates code for a single-precision floating point number.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
virtual void GenerateSingleFloatValue(
	float s
)

Parameters

s
Type: System::Single

The value to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: