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