Property | Type | Description |
---|
Method | Description | |
---|---|---|
Accept ( IMessageVisitor visitor ) : void | ||
IsValidAngle ( int angle ) : bool |
Returns a value indicating if the specified angle is valid.
|
|
SetWindAngleMessage ( int angle ) : System |
Initialises a new instance of the SetWindAngleMessage class and specifies the wind angle, in degrees.
|
|
ToString ( ) : string |
public Accept ( IMessageVisitor visitor ) : void | ||
visitor | IMessageVisitor | |
return | void |
public static IsValidAngle ( int angle ) : bool | ||
angle | int | The angle to test. |
return | bool |
public SetWindAngleMessage ( int angle ) : System | ||
angle | int | The wind angle, in degrees. |
return | System |