public static float Add( float x, float y )
Public Shared Function Add ( x As Single, y As Single ) As Single
public: static float Add( float x, float y )
static member Add : x : float32 * y : float32 -> float32
In This Article