Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@microsoft.com>2016-09-29 08:02:14 +0300
committerTanner Gooding <tagoo@outlook.com>2016-10-24 09:23:32 +0300
commit2caa7f93db0378b9087bd939670b02b5020d1f04 (patch)
tree89b9035ba1b72611bcfc82cb99dc3fc7259be254 /pkg/descriptions.json
parent7fd1bb7a6a093613288537c6c7b1fad3ba0d1577 (diff)
Updating the 'System.Runtime.Extensions' contracts to include the new single-precision Math APIs.
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 1e1abbcddc..f305b79b57 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -1251,6 +1251,7 @@
"Description": "Provides commonly-used classes for performing mathematical functions, conversions, string comparisons and querying environment information.",
"CommonTypes": [
"System.Math",
+ "System.MathF",
"System.Environment",
"System.Random",
"System.Progress<T>",