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

40c6aae6 c8c3 683f 4c33 1f776f7dacf5

haplokuon edited this page May 6, 2023 · 1 revision

TIQueryIntervals(Double, Boolean, Double, Boolean) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the TIQueryIntervals class

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public TIQueryIntervals(
	double a0,
	bool isPositiveInfinite0,
	double a1,
	bool isPositiveInfinite1
)

VB

Public Sub New ( 
	a0 As Double,
	isPositiveInfinite0 As Boolean,
	a1 As Double,
	isPositiveInfinite1 As Boolean
)

C++

public:
TIQueryIntervals(
	double a0, 
	bool isPositiveInfinite0, 
	double a1, 
	bool isPositiveInfinite1
)

F#

new : 
        a0 : float * 
        isPositiveInfinite0 : bool * 
        a1 : float * 
        isPositiveInfinite1 : bool -> TIQueryIntervals

Parameters

  Double
\[Missing <param name="a0"/> documentation for "M:netDxf.GTE.TIQueryIntervals.#ctor(System.Double,System.Boolean,System.Double,System.Boolean)"\]
  Boolean
\[Missing <param name="isPositiveInfinite0"/> documentation for "M:netDxf.GTE.TIQueryIntervals.#ctor(System.Double,System.Boolean,System.Double,System.Boolean)"\]
  Double
\[Missing <param name="a1"/> documentation for "M:netDxf.GTE.TIQueryIntervals.#ctor(System.Double,System.Boolean,System.Double,System.Boolean)"\]
  Boolean
\[Missing <param name="isPositiveInfinite1"/> documentation for "M:netDxf.GTE.TIQueryIntervals.#ctor(System.Double,System.Boolean,System.Double,System.Boolean)"\]

See Also

Reference

TIQueryIntervals Class
TIQueryIntervals Overload
netDxf.GTE Namespace

Clone this wiki locally