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

c7dc005a 13eb 419f 0195 05791151f51e

haplokuon edited this page May 6, 2023 · 1 revision

Evaluate Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.BasisFunction.Evaluate(System.Double,System.Int32,System.Int32@,System.Int32@)"]

Definition

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

C#

public void Evaluate(
	double t,
	int order,
	out int minIndex,
	out int maxIndex
)

VB

Public Sub Evaluate ( 
	t As Double,
	order As Integer,
	<OutAttribute> ByRef minIndex As Integer,
	<OutAttribute> ByRef maxIndex As Integer
)

C++

public:
void Evaluate(
	double t, 
	int order, 
	[OutAttribute] int% minIndex, 
	[OutAttribute] int% maxIndex
)

F#

member Evaluate : 
        t : float * 
        order : int * 
        minIndex : int byref * 
        maxIndex : int byref -> unit 

Parameters

  Double
\[Missing <param name="t"/> documentation for "M:netDxf.GTE.BasisFunction.Evaluate(System.Double,System.Int32,System.Int32@,System.Int32@)"\]
  Int32
\[Missing <param name="order"/> documentation for "M:netDxf.GTE.BasisFunction.Evaluate(System.Double,System.Int32,System.Int32@,System.Int32@)"\]
  Int32
\[Missing <param name="minIndex"/> documentation for "M:netDxf.GTE.BasisFunction.Evaluate(System.Double,System.Int32,System.Int32@,System.Int32@)"\]
  Int32
\[Missing <param name="maxIndex"/> documentation for "M:netDxf.GTE.BasisFunction.Evaluate(System.Double,System.Int32,System.Int32@,System.Int32@)"\]

See Also

Reference

BasisFunction Class
netDxf.GTE Namespace

Clone this wiki locally