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

88e87960 f91b 18d9 efab b2f7a942be51

haplokuon edited this page May 6, 2023 · 1 revision

FIQueryIntervals(Double, Boolean, 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 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:
FIQueryIntervals(
	double a0, 
	bool isPositiveInfinite0, 
	double a1, 
	bool isPositiveInfinite1
)

F#

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

Parameters

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

See Also

Reference

FIQueryIntervals Class
FIQueryIntervals Overload
netDxf.GTE Namespace

Clone this wiki locally