Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

4b5a5dee 780d 0081 74e5 95293b255678

haplokuon edited this page May 6, 2023 · 1 revision

FIQueryIntervals(Double[], Double, Boolean) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the FIQueryIntervals class

Definition

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

Parameters

  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)"\]

See Also

Reference

FIQueryIntervals Class
FIQueryIntervals Overload
netDxf.GTE Namespace

Clone this wiki locally