C# Class AdysTech.InfluxDB.Client.Net.Tests.DataGen

Datei anzeigen Open project: AdysTech/InfluxDB.Client.Net Class Usage Examples

Public Methods

Method Description
RandomDate ( System.DateTime from, System.DateTime to ) : System.DateTime
RandomDouble ( ) : double
RandomInt ( ) : int
RandomInt ( int Max ) : int
RandomNumber ( int min, int max ) : int
RandomString ( ) : string

Method Details

RandomDate() public static method

public static RandomDate ( System.DateTime from, System.DateTime to ) : System.DateTime
from System.DateTime
to System.DateTime
return System.DateTime

RandomDouble() public static method

public static RandomDouble ( ) : double
return double

RandomInt() public static method

public static RandomInt ( ) : int
return int

RandomInt() public static method

public static RandomInt ( int Max ) : int
Max int
return int

RandomNumber() public static method

public static RandomNumber ( int min, int max ) : int
min int
max int
return int

RandomString() public static method

public static RandomString ( ) : string
return string