Click or drag to resize

ScalarAbsoluteValue Properties

The ScalarAbsoluteValue type exposes the following members.

Properties
  NameDescription
Public propertyArgument
Gets or sets the argument to the absolute value function.
Public propertyDimension
Gets the dimension of the values produced by the object. For example, Vectors would have a dimension of three, and Scalars of one. A PartialDerivativesEvaluator created by this type will have a "RowDimension" equal to this property, and a "ColumnDimension equal to the summation of the dimensions of the independent variables that this object is dependent on.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyZeroTolerance
Gets or sets the tolerance that should be used to check if the evaluated Argument is zero. Values of the Argument that have a magnitude less than this will be treated as 0 and no derivatives will be computed. By default this is 1e-9.
Top
See Also