Click or drag to resize

cNormalShapeFunction Class

[Missing <summary> documentation for "T:EwECore.cNormalShapeFunction"]

Inheritance Hierarchy

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cNormalShapeFunction : cShapeFunction

The cNormalShapeFunction type exposes the following members.

Constructors
  NameDescription
Public methodcNormalShapeFunction
Initializes a new instance of the cNormalShapeFunction class
Top
Properties
  NameDescription
Public propertyDataWidth
Public propertyIsDistribution (Overrides cShapeFunctionIsDistribution.)
Public propertyMean
Public propertyNormalMax
Public propertynParameters (Overrides cShapeFunctionnParameters.)
Public propertyParameters
Returns the array of function parameters.
(Inherited from cShapeFunction.)
Public propertyParamName (Overrides cShapeFunctionParamNameInt32.)
Protected propertyParamsChanged
Flag, indicating that parameter values have changed and that the shape will be recalculated next time the Shape(Int32) is requested.
(Inherited from cShapeFunction.)
Public propertyParamStatus (Overrides cShapeFunctionParamStatusInt32.)
Public propertyParamUnit (Inherited from cShapeFunction.)
Public propertyParamValue (Overrides cShapeFunctionParamValueInt32.)
Public propertySDLeft
Public propertySDRight
Public propertyShapeFunctionType (Overrides cShapeFunctionShapeFunctionType.)
Top
Methods
  NameDescription
Public methodApply (Overrides cShapeFunctionApply(Object).)
Public methodDefaults (Overrides cShapeFunctionDefaults.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit (Overrides cShapeFunctionInit(Object).)
Public methodIsCompatible (Overrides cShapeFunctionIsCompatible(eDataTypes).)
Protected methodIsForcing (Inherited from cShapeFunction.)
Protected methodIsMediation (Inherited from cShapeFunction.)
Protected methodMax
Returns the max value in the shape buffer.
(Inherited from cShapeFunction.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodScaleData (Inherited from cShapeFunction.)
Public methodShape
Returns the points for an normal distributed shape.
(Overrides cShapeFunctionShape(Int32).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldm_parameters
The parameters that define the shape
(Inherited from cShapeFunction.)
Protected fieldm_points
The points of the shape
(Inherited from cShapeFunction.)
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
See Also