Click or drag to resize

AngularAccelerationProperty Class

[Missing <summary> documentation for "T:Demo3D.Utilities.AngularAccelerationProperty"]

Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.UtilitiesDoubleProperty
            Demo3D.UtilitiesAngularAccelerationProperty

Namespace: Demo3D.Utilities
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class AngularAccelerationProperty : DoubleProperty

The AngularAccelerationProperty type exposes the following members.

Constructors
 NameDescription
Public methodAngularAccelerationPropertyInitializes a new instance of the AngularAccelerationProperty class
Public methodAngularAccelerationProperty(Double)Initializes a new instance of the AngularAccelerationProperty class
Top
Properties
 NameDescription
Public propertyValue 
Top
Methods
 NameDescription
Public methodEquals
(Inherited from DoubleProperty)
Public methodGetHashCode
(Inherited from DoubleProperty)
Public methodGetTypeCode
(Inherited from DoubleProperty)
Public methodToBoolean
(Inherited from DoubleProperty)
Public methodToByte
(Inherited from DoubleProperty)
Public methodToChar
(Inherited from DoubleProperty)
Public methodToDateTime
(Inherited from DoubleProperty)
Public methodToDecimal
(Inherited from DoubleProperty)
Public methodToDouble
(Inherited from DoubleProperty)
Public methodToInt16
(Inherited from DoubleProperty)
Public methodToInt32
(Inherited from DoubleProperty)
Public methodToInt64
(Inherited from DoubleProperty)
Public methodToSByte
(Inherited from DoubleProperty)
Public methodToSingle
(Inherited from DoubleProperty)
Public methodToString
(Inherited from DoubleProperty)
Public methodToString(IFormatProvider)
(Inherited from DoubleProperty)
Public methodToType
(Inherited from DoubleProperty)
Public methodToUInt16
(Inherited from DoubleProperty)
Public methodToUInt32
(Inherited from DoubleProperty)
Public methodToUInt64
(Inherited from DoubleProperty)
Top
Operators
 NameDescription
Public operatorStatic member(Double to AngularAccelerationProperty) Implicitly converts a double to an instance of AccelerationProperty.
Public operatorStatic member(Single to AngularAccelerationProperty) Implicitly converts a float to an instance of AccelerationProperty.
Top
See Also