DataHubConnection.DataHubConnection.multiplyPointValue ( self, point, value)
Multiply a point value.
Arguments:
point: The point to multiply.
value: The value to multiply by.
Returns:
The result of the mathPointValue function.
Throws:
TypeError: If the point is not of type DataHubPoint or str.