Initializes a new instance of the RoadSeg..::..MxbLine class

Namespace: P4s3CurveNew
Assembly: P4s3CurveNew (in P4s3CurveNew.exe) Version: 0.0.0.0

Syntax

C#
public MxbLine(
	double gm,
	double gb
)
Visual Basic
Public Sub New ( 
	gm As Double,
	gb As Double
)
Visual C++
public:
MxbLine(
	double gm, 
	double gb
)

Parameters

gm
Type: System..::..Double
gb
Type: System..::..Double

See Also