|
Jointc Property
|
Gets or sets the joints DOF-stiffness.
Namespace:
Karamba.Joints
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Nullable<double>[] c { get; set; }
Public Property c As Nullable(Of Double)()
Get
Set
public:
property array<Nullable<double>>^ c {
array<Nullable<double>>^ get ();
void set (array<Nullable<double>>^ value);
}
member c : Nullable<float>[] with get, set
Property Value
Type:
NullableDouble
See Also