// This method rounds the given double-value! // How much numbers after the "." shall be accepted is given in 'int RoundCount'. This parameter is optionally, // per default the method rounds to a natural number (without any numbers after the point).
// Note: 'int RoundCount' can also be a negative value! // Note: The parameter 'double NumberToRound' can also be a float variable!