Covariance3By3DynamicMatrixDynamicCovariance Property |
Gets or sets the covariance data that will be evaluated to make the
Matrix at evaluation time.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DynamicCovariance3By3 DynamicCovariance { get; set; }
Public Property DynamicCovariance As DynamicCovariance3By3
Get
Set
public:
property DynamicCovariance3By3^ DynamicCovariance {
DynamicCovariance3By3^ get ();
void set (DynamicCovariance3By3^ value);
}
member DynamicCovariance : DynamicCovariance3By3 with get, set
Property Value
Type:
DynamicCovariance3By3See Also