C# Class Nintenlord.TimeSpanHelper

Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Méthode Description
Divide ( this timeSpan, int divideWith ) : System.TimeSpan
Divide ( this timeSpan, System.TimeSpan divideWith ) : int
FloatDivide ( this timeSpan, System.TimeSpan divideWith ) : float
Lerp ( System.TimeSpan beginning, System.TimeSpan end, float i ) : System.TimeSpan
Multiply ( this timeSpan, float value ) : System.TimeSpan
Multiply ( this timeSpan, int value ) : System.TimeSpan
Part ( this timeSpan, int toMultiply, int toDivide ) : System.TimeSpan

Method Details

Divide() public static méthode

public static Divide ( this timeSpan, int divideWith ) : System.TimeSpan
timeSpan this
divideWith int
Résultat System.TimeSpan

Divide() public static méthode

public static Divide ( this timeSpan, System.TimeSpan divideWith ) : int
timeSpan this
divideWith System.TimeSpan
Résultat int

FloatDivide() public static méthode

public static FloatDivide ( this timeSpan, System.TimeSpan divideWith ) : float
timeSpan this
divideWith System.TimeSpan
Résultat float

Lerp() public static méthode

public static Lerp ( System.TimeSpan beginning, System.TimeSpan end, float i ) : System.TimeSpan
beginning System.TimeSpan
end System.TimeSpan
i float
Résultat System.TimeSpan

Multiply() public static méthode

public static Multiply ( this timeSpan, float value ) : System.TimeSpan
timeSpan this
value float
Résultat System.TimeSpan

Multiply() public static méthode

public static Multiply ( this timeSpan, int value ) : System.TimeSpan
timeSpan this
value int
Résultat System.TimeSpan

Part() public static méthode

public static Part ( this timeSpan, int toMultiply, int toDivide ) : System.TimeSpan
timeSpan this
toMultiply int
toDivide int
Résultat System.TimeSpan