Bridge

Console..::..Write Method (Single)

Writes the text representation of the specified single-precision floating-point value to the standard output stream.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static void Write(
	float value
)
<TemplateAttribute> _
Public Shared Sub Write ( _
	value As Single _
)
[TemplateAttribute]
public:
static void Write(
	float^ value
)

Parameters

value
Type: System..::..Single
The value to write.