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

Syntax

C#
public static string GetInsertSql(
	double id,
	double x,
	double y,
	double mp,
	string sri,
	int shape,
	int indx
)
Visual Basic
Public Shared Function GetInsertSql ( 
	id As Double,
	x As Double,
	y As Double,
	mp As Double,
	sri As String,
	shape As Integer,
	indx As Integer
) As String
Visual C++
public:
static String^ GetInsertSql(
	double id, 
	double x, 
	double y, 
	double mp, 
	String^ sri, 
	int shape, 
	int indx
)

Return Value

Type: String

See Also