Returns the string representation of the halfspace.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public string ToString(
	bool outsin
)
Visual C++
public:
String^ ToString(
	bool outsin
)
F#
member ToString : 
        outsin:bool -> string 

Parameters

outsin
Type: System..::..Boolean
The flag determines whether the sine is also included.

Return Value

[Missing <returns> documentation for "M:Spherical.Halfspace.ToString(System.Boolean)"]

See Also