You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

378 lines
20 KiB

11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class FloatingPoint
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class FloatingPoint
  11. ">
  12. <meta name="generator" content="docfx 2.59.4.0">
  13. <link rel="shortcut icon" href="../favicon.ico">
  14. <link rel="stylesheet" href="../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../styles/docfx.css">
  16. <link rel="stylesheet" href="../styles/main.css">
  17. <link rel="stylesheet" href="../styles/fix.css">
  18. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  19. <meta property="docfx:navrel" content="../toc.html">
  20. <meta property="docfx:tocrel" content="toc.html">
  21. <meta property="docfx:rel" content="../">
  22. <meta property="docfx:newtab" content="true">
  23. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  24. <div id="wrapper">
  25. <header>
  26. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  27. <div class="container">
  28. <div class="navbar-header">
  29. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  30. <span class="sr-only">Toggle navigation</span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. <span class="icon-bar"></span>
  34. </button>
  35. <a class="navbar-brand" href="../index.html">
  36. <img id="logo" class="svg" src="../logo.svg" alt="">
  37. </a>
  38. </div>
  39. <div class="collapse navbar-collapse" id="navbar">
  40. <form class="navbar-form navbar-right" role="search" id="search">
  41. <div class="form-group">
  42. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  43. </div>
  44. </form>
  45. </div>
  46. </div>
  47. </nav>
  48. <div class="subnav navbar navbar-default">
  49. <div class="container hide-when-search" id="breadcrumb">
  50. <ul class="breadcrumb">
  51. <li></li>
  52. </ul>
  53. </div>
  54. </div>
  55. </header>
  56. <div class="container body-content">
  57. <div id="search-results">
  58. <div class="search-list">Search Results for <span></span></div>
  59. <div class="sr-items">
  60. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  61. </div>
  62. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  63. </div>
  64. </div>
  65. <div role="main" class="container body-content hide-when-search">
  66. <div class="sidenav hide-when-search">
  67. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  68. <div class="sidetoggle collapse" id="sidetoggle">
  69. <div id="sidetoc"></div>
  70. </div>
  71. </div>
  72. <div class="article row grid-right">
  73. <div class="col-md-10">
  74. <article class="content wrap" id="_content" data-uid="IPA.Config.Data.FloatingPoint">
  75. <h1 id="IPA_Config_Data_FloatingPoint" data-uid="IPA.Config.Data.FloatingPoint" class="text-break">Class FloatingPoint
  76. </h1>
  77. <div class="markdown level0 summary"><p>A <a class="xref" href="IPA.Config.Data.FloatingPoint.html#IPA_Config_Data_FloatingPoint_Value">Value</a> representing a floating point value. This may hold a
  78. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">Decimal</a>&apos;s worth of data.</p>
  79. </div>
  80. <div class="markdown level0 conceptual"></div>
  81. <div class="inheritance">
  82. <h5>Inheritance</h5>
  83. <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></div>
  84. <div class="level1"><a class="xref" href="IPA.Config.Data.Value.html">Value</a></div>
  85. <div class="level2"><span class="xref">FloatingPoint</span></div>
  86. </div>
  87. <div class="inheritedMembers">
  88. <h5>Inherited Members</h5>
  89. <div>
  90. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Null">Value.Null()</a>
  91. </div>
  92. <div>
  93. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_List">Value.List()</a>
  94. </div>
  95. <div>
  96. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Map">Value.Map()</a>
  97. </div>
  98. <div>
  99. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_String_">Value.From(String)</a>
  100. </div>
  101. <div>
  102. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Text_System_String_">Value.Text(String)</a>
  103. </div>
  104. <div>
  105. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Int64_">Value.From(Int64)</a>
  106. </div>
  107. <div>
  108. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Integer_System_Int64_">Value.Integer(Int64)</a>
  109. </div>
  110. <div>
  111. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Decimal_">Value.From(Decimal)</a>
  112. </div>
  113. <div>
  114. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Float_System_Decimal_">Value.Float(Decimal)</a>
  115. </div>
  116. <div>
  117. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Boolean_">Value.From(Boolean)</a>
  118. </div>
  119. <div>
  120. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Bool_System_Boolean_">Value.Bool(Boolean)</a>
  121. </div>
  122. <div>
  123. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_IPA_Config_Data_Value__">Value.From(IEnumerable&lt;Value&gt;)</a>
  124. </div>
  125. <div>
  126. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IDictionary_System_String_IPA_Config_Data_Value__">Value.From(IDictionary&lt;String, Value&gt;)</a>
  127. </div>
  128. <div>
  129. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___">Value.From(IEnumerable&lt;KeyValuePair&lt;String, Value&gt;&gt;)</a>
  130. </div>
  131. <div>
  132. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
  133. </div>
  134. <div>
  135. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
  136. </div>
  137. <div>
  138. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
  139. </div>
  140. <div>
  141. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
  142. </div>
  143. <div>
  144. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
  145. </div>
  146. <div>
  147. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
  148. </div>
  149. </div>
  150. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Data.html">IPA.Config.Data</a></h6>
  151. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  152. <h5 id="IPA_Config_Data_FloatingPoint_syntax">Syntax</h5>
  153. <div class="codewrapper">
  154. <pre><code class="lang-csharp hljs">public sealed class FloatingPoint : Value</code></pre>
  155. </div>
  156. <h3 id="constructors">Constructors
  157. </h3>
  158. <span class="small pull-right mobile-hide">
  159. <span class="divider">|</span>
  160. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_FloatingPoint__ctor.md&amp;value=---%0Auid%3A%20IPA.Config.Data.FloatingPoint.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  161. </span>
  162. <span class="small pull-right mobile-hide">
  163. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Primitives.cs/#L97">View Source</a>
  164. </span>
  165. <a id="IPA_Config_Data_FloatingPoint__ctor_" data-uid="IPA.Config.Data.FloatingPoint.#ctor*"></a>
  166. <h4 id="IPA_Config_Data_FloatingPoint__ctor" data-uid="IPA.Config.Data.FloatingPoint.#ctor">FloatingPoint()</h4>
  167. <div class="markdown level1 summary"><p>Constructs an empty <a class="xref" href="IPA.Config.Data.FloatingPoint.html">FloatingPoint</a> object.</p>
  168. </div>
  169. <div class="markdown level1 conceptual"></div>
  170. <h5 class="decalaration">Declaration</h5>
  171. <div class="codewrapper">
  172. <pre><code class="lang-csharp hljs">[Obsolete(&quot;Use the long constructor.&quot;)]
  173. public FloatingPoint()</code></pre>
  174. </div>
  175. <span class="small pull-right mobile-hide">
  176. <span class="divider">|</span>
  177. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_FloatingPoint__ctor_System_Decimal_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.FloatingPoint.%23ctor(System.Decimal)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  178. </span>
  179. <span class="small pull-right mobile-hide">
  180. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Primitives.cs/#L107">View Source</a>
  181. </span>
  182. <a id="IPA_Config_Data_FloatingPoint__ctor_" data-uid="IPA.Config.Data.FloatingPoint.#ctor*"></a>
  183. <h4 id="IPA_Config_Data_FloatingPoint__ctor_System_Decimal_" data-uid="IPA.Config.Data.FloatingPoint.#ctor(System.Decimal)">FloatingPoint(Decimal)</h4>
  184. <div class="markdown level1 summary"><p>Constructs a <a class="xref" href="IPA.Config.Data.FloatingPoint.html">FloatingPoint</a> object containing the provided value.</p>
  185. </div>
  186. <div class="markdown level1 conceptual"></div>
  187. <h5 class="decalaration">Declaration</h5>
  188. <div class="codewrapper">
  189. <pre><code class="lang-csharp hljs">public FloatingPoint(decimal value)</code></pre>
  190. </div>
  191. <h5 class="parameters">Parameters</h5>
  192. <table class="table table-bordered table-striped table-condensed">
  193. <thead>
  194. <tr>
  195. <th>Type</th>
  196. <th>Name</th>
  197. <th>Description</th>
  198. </tr>
  199. </thead>
  200. <tbody>
  201. <tr>
  202. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">Decimal</a></td>
  203. <td><span class="parametername">value</span></td>
  204. <td><p>The value to construct with.</p>
  205. </td>
  206. </tr>
  207. </tbody>
  208. </table>
  209. <h3 id="properties">Properties
  210. </h3>
  211. <span class="small pull-right mobile-hide">
  212. <span class="divider">|</span>
  213. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_FloatingPoint_Value.md&amp;value=---%0Auid%3A%20IPA.Config.Data.FloatingPoint.Value%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  214. </span>
  215. <span class="small pull-right mobile-hide">
  216. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Primitives.cs/#L115">View Source</a>
  217. </span>
  218. <a id="IPA_Config_Data_FloatingPoint_Value_" data-uid="IPA.Config.Data.FloatingPoint.Value*"></a>
  219. <h4 id="IPA_Config_Data_FloatingPoint_Value" data-uid="IPA.Config.Data.FloatingPoint.Value">Value</h4>
  220. <div class="markdown level1 summary"><p>The actual value fo this <a class="xref" href="IPA.Config.Data.FloatingPoint.html">FloatingPoint</a> object.</p>
  221. </div>
  222. <div class="markdown level1 conceptual"></div>
  223. <h5 class="decalaration">Declaration</h5>
  224. <div class="codewrapper">
  225. <pre><code class="lang-csharp hljs">public decimal Value { get; set; }</code></pre>
  226. </div>
  227. <h5 class="propertyValue">Property Value</h5>
  228. <table class="table table-bordered table-striped table-condensed">
  229. <thead>
  230. <tr>
  231. <th>Type</th>
  232. <th>Description</th>
  233. </tr>
  234. </thead>
  235. <tbody>
  236. <tr>
  237. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">Decimal</a></td>
  238. <td></td>
  239. </tr>
  240. </tbody>
  241. </table>
  242. <h3 id="methods">Methods
  243. </h3>
  244. <span class="small pull-right mobile-hide">
  245. <span class="divider">|</span>
  246. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_FloatingPoint_AsInteger.md&amp;value=---%0Auid%3A%20IPA.Config.Data.FloatingPoint.AsInteger%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  247. </span>
  248. <span class="small pull-right mobile-hide">
  249. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Primitives.cs/#L121">View Source</a>
  250. </span>
  251. <a id="IPA_Config_Data_FloatingPoint_AsInteger_" data-uid="IPA.Config.Data.FloatingPoint.AsInteger*"></a>
  252. <h4 id="IPA_Config_Data_FloatingPoint_AsInteger" data-uid="IPA.Config.Data.FloatingPoint.AsInteger">AsInteger()</h4>
  253. <div class="markdown level1 summary"><p>Coerces this <a class="xref" href="IPA.Config.Data.FloatingPoint.html">FloatingPoint</a> into an <a class="xref" href="IPA.Config.Data.Integer.html">Integer</a>.</p>
  254. </div>
  255. <div class="markdown level1 conceptual"></div>
  256. <h5 class="decalaration">Declaration</h5>
  257. <div class="codewrapper">
  258. <pre><code class="lang-csharp hljs">public Integer AsInteger()</code></pre>
  259. </div>
  260. <h5 class="returns">Returns</h5>
  261. <table class="table table-bordered table-striped table-condensed">
  262. <thead>
  263. <tr>
  264. <th>Type</th>
  265. <th>Description</th>
  266. </tr>
  267. </thead>
  268. <tbody>
  269. <tr>
  270. <td><a class="xref" href="IPA.Config.Data.Integer.html">Integer</a></td>
  271. <td><p>a <a class="xref" href="IPA.Config.Data.Integer.html">Integer</a> representing the closest approximation of <a class="xref" href="IPA.Config.Data.FloatingPoint.html#IPA_Config_Data_FloatingPoint_Value">Value</a></p>
  272. </td>
  273. </tr>
  274. </tbody>
  275. </table>
  276. <span class="small pull-right mobile-hide">
  277. <span class="divider">|</span>
  278. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_FloatingPoint_ToString.md&amp;value=---%0Auid%3A%20IPA.Config.Data.FloatingPoint.ToString%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  279. </span>
  280. <span class="small pull-right mobile-hide">
  281. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Primitives.cs/#L127">View Source</a>
  282. </span>
  283. <a id="IPA_Config_Data_FloatingPoint_ToString_" data-uid="IPA.Config.Data.FloatingPoint.ToString*"></a>
  284. <h4 id="IPA_Config_Data_FloatingPoint_ToString" data-uid="IPA.Config.Data.FloatingPoint.ToString">ToString()</h4>
  285. <div class="markdown level1 summary"><p>Converts this <a class="xref" href="IPA.Config.Data.Value.html">Value</a> into a human-readable format.</p>
  286. </div>
  287. <div class="markdown level1 conceptual"></div>
  288. <h5 class="decalaration">Declaration</h5>
  289. <div class="codewrapper">
  290. <pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
  291. </div>
  292. <h5 class="returns">Returns</h5>
  293. <table class="table table-bordered table-striped table-condensed">
  294. <thead>
  295. <tr>
  296. <th>Type</th>
  297. <th>Description</th>
  298. </tr>
  299. </thead>
  300. <tbody>
  301. <tr>
  302. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  303. <td><p>the result of <code>Value.ToString()</code></p>
  304. </td>
  305. </tr>
  306. </tbody>
  307. </table>
  308. <h5 class="overrides">Overrides</h5>
  309. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_ToString">Value.ToString()</a></div>
  310. <h3 id="extensionmethods">Extension Methods</h3>
  311. <div>
  312. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetField__2___0_System_String___1_">ReflectionUtil.SetField&lt;T, U&gt;(T, String, U)</a>
  313. </div>
  314. <div>
  315. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetField__2___1_System_String_">ReflectionUtil.GetField&lt;U, T&gt;(T, String)</a>
  316. </div>
  317. <div>
  318. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetProperty__2___0_System_String___1_">ReflectionUtil.SetProperty&lt;T, U&gt;(T, String, U)</a>
  319. </div>
  320. <div>
  321. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetProperty__2___1_System_String_">ReflectionUtil.GetProperty&lt;U, T&gt;(T, String)</a>
  322. </div>
  323. <div>
  324. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod__2___1_System_String_System_Object___">ReflectionUtil.InvokeMethod&lt;U, T&gt;(T, String, Object[])</a>
  325. </div>
  326. </article>
  327. </div>
  328. <div class="hidden-sm col-md-2" role="complementary">
  329. <div class="sideaffix">
  330. <div class="contribution">
  331. <ul class="nav">
  332. <li>
  333. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_FloatingPoint.md&amp;value=---%0Auid%3A%20IPA.Config.Data.FloatingPoint%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
  334. </li>
  335. <li>
  336. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Primitives.cs/#L92" class="contribution-link">View Source</a>
  337. </li>
  338. </ul>
  339. </div>
  340. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  341. <h5>In This Article</h5>
  342. <div></div>
  343. </nav>
  344. </div>
  345. </div>
  346. </div>
  347. </div>
  348. <footer>
  349. <div class="grad-bottom"></div>
  350. <div class="footer">
  351. <div class="container">
  352. <span class="pull-right">
  353. <a href="#top">Back to top</a>
  354. </span>
  355. <span>Generated by <strong>DocFX</strong></span>
  356. </div>
  357. </div>
  358. </footer>
  359. </div>
  360. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  361. <script type="text/javascript" src="../styles/docfx.js"></script>
  362. <script type="text/javascript" src="../styles/main.js"></script>
  363. </body>
  364. </html>