Click or drag to resize

cLeftShoulderShapeFunction Class

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

Inheritance Hierarchy

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cLeftShoulderShapeFunction : cShoulderShapeFunction

The cLeftShoulderShapeFunction type exposes the following members.

Constructors
  NameDescription
Public methodcLeftShoulderShapeFunction
Initializes a new instance of the cLeftShoulderShapeFunction class
Top
Properties
  NameDescription
Public propertyIsDistribution (Inherited from cShoulderShapeFunction.)
Public propertynParameters (Inherited from cShoulderShapeFunction.)
Public propertyParameters
Returns the array of function parameters.
(Inherited from cShapeFunction.)
Public propertyParamName (Inherited from cShoulderShapeFunction.)
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 (Inherited from cShapeFunction.)
Public propertyParamUnit (Inherited from cShapeFunction.)
Public propertyParamValue (Inherited from cShapeFunction.)
Public propertyShapeFunctionType (Overrides cShapeFunctionShapeFunctionType.)
Top
Methods
  NameDescription
Public methodApply (Inherited from cShoulderShapeFunction.)
Public methodDefaults (Inherited from cShoulderShapeFunction.)
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 (Inherited from cShapeFunction.)
Public methodIsCompatible (Inherited from cShoulderShapeFunction.)
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 a shoulder-contoured shape.
(Inherited from cShoulderShapeFunction.)
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