CodeGenerator::GenerateDoubleValue Method (Double)

 

Generates code for a double-precision floating point number.

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

protected:
virtual void GenerateDoubleValue(
	double d
)

Parameters

d
Type: System::Double

The value to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: