Table of Contents

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

Matrix3

Name

The name of the property

public string Name { get; }

Property Value

string

Value

The property's state value

public Matrix3 Value { get; set; }

Property Value

Matrix3

Methods

Propagate(double)

Propagate the DoubleProperty value with the derivative with respect to t

public void Propagate(double t)

Parameters

t double

delta (seconds)

Operators

implicit operator Matrix3(Matrix3Property)

Implicit cast 'Matrix3Property' to 'Matrix3'

public static implicit operator Matrix3(Matrix3Property a)

Parameters

a Matrix3Property

Returns

Matrix3

implicit operator StateProperty(Matrix3Property)

Implicit cast 'Matrix3Property' to 'StateProperty'

public static implicit operator StateProperty(Matrix3Property a)

Parameters

a Matrix3Property

Returns

StateProperty

implicit operator Matrix3Property(StateProperty)

Implicit cast 'StateProperty' to 'Matrix3Property'

public static implicit operator Matrix3Property(StateProperty a)

Parameters

a StateProperty

Returns

Matrix3Property