TK.Round Method

Returns a random floating-point number that is greater than or equal to 0.0, and less than 1.0.
Public Shared Function Round() As Double
This language is not supported or no code example is available.
public static double Round()
This language is not supported or no code example is available.

Return Value

double

A double-precision floating point number that is greater than or equal to 0.0, and less than 1.0

.NET Framework

Supported in: 4.8

In this article

Definition