Class Matrix3Property
- Namespace
- NominalSystems.Maths
- Assembly
- NominalSystems.Maths.dll
[NominalSystems] A 'Matrix3' state property
public sealed class Matrix3Property
- Inheritance
-
Matrix3Property
Properties
Deriv
The property's state derivative
public Matrix3 Deriv { get; set; }
Property Value
Name
The name of the property
public string Name { get; }
Property Value
Value
The property's state value
public Matrix3 Value { get; set; }
Property Value
Methods
Propagate(double)
Propagate the DoubleProperty value with the derivative with respect to t
public void Propagate(double t)
Parameters
t
doubledelta (seconds)
Operators
implicit operator Matrix3(Matrix3Property)
Implicit cast 'Matrix3Property' to 'Matrix3'
public static implicit operator Matrix3(Matrix3Property a)
Parameters
Returns
implicit operator StateProperty(Matrix3Property)
Implicit cast 'Matrix3Property' to 'StateProperty'
public static implicit operator StateProperty(Matrix3Property a)
Parameters
Returns
implicit operator Matrix3Property(StateProperty)
Implicit cast 'StateProperty' to 'Matrix3Property'
public static implicit operator Matrix3Property(StateProperty a)