This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
4b5a5dee 780d 0081 74e5 95293b255678
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the FIQueryIntervals class
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public FIQueryIntervals(
double[] finite,
double a,
bool isPositiveInfinite
)
VB
Public Sub New (
finite As Double(),
a As Double,
isPositiveInfinite As Boolean
)
C++
public:
FIQueryIntervals(
array<double>^ finite,
double a,
bool isPositiveInfinite
)
F#
new :
finite : float[] *
a : float *
isPositiveInfinite : bool -> FIQueryIntervals
- Double[]
- \[Missing <param name="finite"/> documentation for "M:netDxf.GTE.FIQueryIntervals.#ctor(System.Double[],System.Double,System.Boolean)"\]
- Double
- \[Missing <param name="a"/> documentation for "M:netDxf.GTE.FIQueryIntervals.#ctor(System.Double[],System.Double,System.Boolean)"\]
- Boolean
- \[Missing <param name="isPositiveInfinite"/> documentation for "M:netDxf.GTE.FIQueryIntervals.#ctor(System.Double[],System.Double,System.Boolean)"\]
FIQueryIntervals Class
FIQueryIntervals Overload
netDxf.GTE Namespace