BaseEntry Constructor

Default constructor of the BaseEntry object.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public BaseEntry(
	BaseEntryType type
)

Parameters

type  BaseEntryType
Type of the base entry.

See Also