C# Class DataStore.Util

Afficher le fichier Open project: omanamos/kinect-nao

Méthodes publiques

Méthode Description
clamp ( float val, float min, float max ) : float
isWithinRange ( double val, double lowerBound, double upperBound ) : bool
toDoubleArray ( float input ) : double[]

Method Details

clamp() public static méthode

public static clamp ( float val, float min, float max ) : float
val float
min float
max float
Résultat float

isWithinRange() public static méthode

public static isWithinRange ( double val, double lowerBound, double upperBound ) : bool
val double
lowerBound double
upperBound double
Résultat bool

toDoubleArray() public static méthode

public static toDoubleArray ( float input ) : double[]
input float
Résultat double[]