IGetPCurveParamsSize Method (ICurve)
Gets the p-curve size.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetPCurveParamsSize() As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim value As Integer
value = instance.IGetPCurveParamsSize()
|
C# | |
---|
int IGetPCurveParamsSize() |
C++/CLI | |
---|
int IGetPCurveParamsSize(); |
Return Value
Size of the data set
See Also