C# Class CascadeSharp.TKMath.math.math_ComputeKronrodPointsAndWeights

显示文件 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
IsDone ( ) : bool
Points ( ) : CascadeSharp.TKMath.math.Vector
Weights ( ) : CascadeSharp.TKMath.math.Vector
math_ComputeKronrodPointsAndWeights ( ) : System
math_ComputeKronrodPointsAndWeights ( int Number ) : System
math_ComputeKronrodPointsAndWeights ( math_ComputeKronrodPointsAndWeights parameter1 ) : System

Method Details

IsDone() public method

public IsDone ( ) : bool
return bool

Points() public method

public Points ( ) : CascadeSharp.TKMath.math.Vector
return CascadeSharp.TKMath.math.Vector

Weights() public method

public Weights ( ) : CascadeSharp.TKMath.math.Vector
return CascadeSharp.TKMath.math.Vector

math_ComputeKronrodPointsAndWeights() public method

public math_ComputeKronrodPointsAndWeights ( ) : System
return System

math_ComputeKronrodPointsAndWeights() public method

public math_ComputeKronrodPointsAndWeights ( int Number ) : System
Number int
return System

math_ComputeKronrodPointsAndWeights() public method

public math_ComputeKronrodPointsAndWeights ( math_ComputeKronrodPointsAndWeights parameter1 ) : System
parameter1 math_ComputeKronrodPointsAndWeights
return System