public float GetNocturnalRadiation(
out bool succeeded
)
Public Function GetNocturnalRadiation (
<OutAttribute> ByRef succeeded As Boolean
) As Single
public:
float GetNocturnalRadiation(
[OutAttribute] bool% succeeded
)
member GetNocturnalRadiation :
succeeded : bool byref -> float32