Description
Magnitude, the visual brightness of the star. Dimensionless.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Magnitude() As Double
|
[C#] |
---|
public double Magnitude {get; set;}
|
[Managed C++] |
---|
public: __property double get_Magnitude(); public: __property void set_Magnitude(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Magnitude(
double * pMagnitude
);
public: HRESULT put_Magnitude(
double pMagnitude
);
|
[Java] |
---|
public double getMagnitude();
public void setMagnitude(
double
);
|
See Also