DataTypes_Extra is full of methods used to get many kinds of results. (methods listed below) to use: using DataTypes_Extra.Calculations; then calling the static methods within the Evaluate Class (Evaluate.'method()'). This libarary include some extension methods that can only be scoped to from certain data types. float/double types will now have a few extra methods within it's scope. anything that is a float/double or returns a float/double value is able to use the '.' to access these extension methods. List Of Data Types Extension Methods: floats and doubles Method Names: map - Evaluate.map() Round_UpAlways - (return value float/double).Round_UpAlways() Round_DownAlways - (return value float/double).Round_DownAlways() Get_RoundUpDown_NoDecimal - (return value float/double).Get_RoundUpDown_NoDecimal() Get_Random_NormalUniqueID - Evaluate.Get_Random_NormalUniqueID() Clamp - Evaluate.Clamp() Build For .net 3.1 or greater
$ dotnet add package DataTypes_ExtraNo README available.