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 417
5e50ca77 dcbd 6e99 02c5 867da811e1c8
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the TIQueryIntervals class
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public TIQueryIntervals(
double[] finite,
double a,
bool isPositiveInfinite
)
VB
Public Sub New (
finite As Double(),
a As Double,
isPositiveInfinite As Boolean
)
C++
public:
TIQueryIntervals(
array<double>^ finite,
double a,
bool isPositiveInfinite
)
F#
new :
finite : float[] *
a : float *
isPositiveInfinite : bool -> TIQueryIntervals
- Double[]
- \[Missing <param name="finite"/> documentation for "M:netDxf.GTE.TIQueryIntervals.#ctor(System.Double[],System.Double,System.Boolean)"\]
- Double
- \[Missing <param name="a"/> documentation for "M:netDxf.GTE.TIQueryIntervals.#ctor(System.Double[],System.Double,System.Boolean)"\]
- Boolean
- \[Missing <param name="isPositiveInfinite"/> documentation for "M:netDxf.GTE.TIQueryIntervals.#ctor(System.Double[],System.Double,System.Boolean)"\]
TIQueryIntervals Class
TIQueryIntervals Overload
netDxf.GTE Namespace