TestContext.

WriteLine(double) Method

Summary

Write the string representation of a double to the current result followed by a line terminator
Namespace
TCLite
Containing Type
TestContext

Syntax

public static void WriteLine(double value)

Parameters

Name Type Description
value double

Return Value

Type Description
void