B vector dotted with T vector used as the first quantity to define the B vector.
Read-write property
[Visual Basic .NET] |
---|
Public Property BDotTFirstBVector() As Double |
[C#] |
---|
public double BDotTFirstBVector {get; set;} |
[Managed C++] |
---|
public: __property double get_BDotTFirstBVector(); |
[Unmanaged C++] |
---|
public: HRESULT get_BDotTFirstBVector( double * pVal ); public: HRESULT put_BDotTFirstBVector( double newVal ); |
[Java] |
---|
public double getBDotTFirstBVector(); public void setBDotTFirstBVector( double ); |