Hugin .NET API Reference Library
TruncateExpression Class
Namespaces > HAPI > TruncateExpression
Expression class representing the Triangular distribution function.
Syntax
C#Visual BasicManaged C++
public class TruncateExpression : CompositeExpression
Public Class TruncateExpression _
	Inherits CompositeExpression
public ref class TruncateExpression : public CompositeExpression
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
TruncateExpressionNew(Expression, Expression, Expression)
Constructs a new TruncateExpression. This constructs a doubly truncated distribution. Truncation is only supported for continuous distributions.
TruncateExpressionNew(Expression, Expression)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExpressionToString()
Returns a String representation of this Expression.
(Inherited from Expression.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetOperands()
Returns an ExpressionList containing the Expressions in this CompositeExpression.
(Inherited from CompositeExpression.)
GetOperator()
Returns the operator of this Expression.
(Overrides Expression.GetOperator().)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Expression
 CompositeExpression
  TruncateExpression

Assembly: hugincs-8.6-2.0-x64 (Module: hugincs-8.6-2.0-x64)