mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
1139 lines
58 KiB
HTML
1139 lines
58 KiB
HTML
<html>
|
|
<head>
|
|
<title>Claunia.PropertyList.NSNumber</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<style>
|
|
a { text-decoration: none }
|
|
|
|
div.SideBar {
|
|
padding-left: 1em;
|
|
padding-right: 1em;
|
|
right: 0;
|
|
float: right;
|
|
border: thin solid black;
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.CollectionTitle { font-weight: bold }
|
|
.PageTitle { font-size: 150%; font-weight: bold }
|
|
|
|
.Summary { }
|
|
.Signature { }
|
|
.Remarks { }
|
|
.Members { }
|
|
.Copyright { }
|
|
|
|
.Section { font-size: 125%; font-weight: bold }
|
|
p.Summary {
|
|
margin-left: 1em;
|
|
}
|
|
.SectionBox { margin-left: 2em }
|
|
.NamespaceName { font-size: 105%; font-weight: bold }
|
|
.NamespaceSumary { }
|
|
.MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
|
|
.Subsection { font-size: 105%; font-weight: bold }
|
|
.SubsectionBox { margin-left: 2em; margin-bottom: 1em }
|
|
|
|
.CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
|
|
|
|
.TypesListing {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
td {
|
|
vertical-align: top;
|
|
}
|
|
th {
|
|
text-align: left;
|
|
}
|
|
|
|
.TypesListing td {
|
|
margin: 0px;
|
|
padding: .25em;
|
|
border: solid gray 1px;
|
|
}
|
|
|
|
.TypesListing th {
|
|
margin: 0px;
|
|
padding: .25em;
|
|
background-color: #f2f2f2;
|
|
border: solid gray 1px;
|
|
}
|
|
|
|
div.Footer {
|
|
border-top: 1px solid gray;
|
|
margin-top: 1.5em;
|
|
padding-top: 0.6em;
|
|
text-align: center;
|
|
color: gray;
|
|
}
|
|
|
|
span.NotEntered /* Documentation for this section has not yet been entered */ {
|
|
font-style: italic;
|
|
color: red;
|
|
}
|
|
|
|
div.Header {
|
|
background: #B0C4DE;
|
|
border: double;
|
|
border-color: white;
|
|
border-width: 7px;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
div.Header * {
|
|
font-size: smaller;
|
|
}
|
|
|
|
div.Note {
|
|
}
|
|
|
|
i.ParamRef {
|
|
}
|
|
|
|
i.subtitle {
|
|
}
|
|
|
|
ul.TypeMembersIndex {
|
|
text-align: left;
|
|
background: #F8F8F8;
|
|
}
|
|
|
|
ul.TypeMembersIndex li {
|
|
display: inline;
|
|
margin: 0.5em;
|
|
}
|
|
|
|
table.HeaderTable {
|
|
}
|
|
|
|
table.SignatureTable {
|
|
}
|
|
|
|
table.Documentation, table.Enumeration, table.TypeDocumentation {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
|
|
background: whitesmoke;
|
|
padding: 0.8em;
|
|
border: 1px solid gray;
|
|
text-align: left;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
|
|
padding: 0.5em;
|
|
border: 1px solid gray;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
}
|
|
|
|
table.TypeMembers {
|
|
border: 1px solid #C0C0C0;
|
|
width: 100%;
|
|
}
|
|
|
|
table.TypeMembers tr td {
|
|
background: #F8F8F8;
|
|
border: white;
|
|
}
|
|
|
|
table.Documentation {
|
|
}
|
|
|
|
table.TypeMembers {
|
|
}
|
|
|
|
div.CodeExample {
|
|
width: 100%;
|
|
border: 1px solid #DDDDDD;
|
|
background-color: #F8F8F8;
|
|
}
|
|
|
|
div.CodeExample p {
|
|
margin: 0.5em;
|
|
border-bottom: 1px solid #DDDDDD;
|
|
}
|
|
|
|
div.CodeExample div {
|
|
margin: 0.5em;
|
|
}
|
|
|
|
h4 {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
div.Signature {
|
|
border: 1px solid #C0C0C0;
|
|
background: #F2F2F2;
|
|
padding: 1em;
|
|
}
|
|
</style>
|
|
<script type="text/JavaScript">
|
|
function toggle_display (block) {
|
|
var w = document.getElementById (block);
|
|
var t = document.getElementById (block + ":toggle");
|
|
if (w.style.display == "none") {
|
|
w.style.display = "block";
|
|
t.innerHTML = "⊟";
|
|
} else {
|
|
w.style.display = "none";
|
|
t.innerHTML = "⊞";
|
|
}
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div class="CollectionTitle">
|
|
<a href="../index.html">plist-cil</a> : <a href="index.html">Claunia.PropertyList Namespace</a></div>
|
|
<div class="SideBar">
|
|
<p>
|
|
<a href="#T:Claunia.PropertyList.NSNumber">Overview</a>
|
|
</p>
|
|
<p>
|
|
<a href="#T:Claunia.PropertyList.NSNumber:Signature">Signature</a>
|
|
</p>
|
|
<p>
|
|
<a href="#T:Claunia.PropertyList.NSNumber:Docs">Remarks</a>
|
|
</p>
|
|
<p>
|
|
<a href="#Members">Members</a>
|
|
</p>
|
|
<p>
|
|
<a href="#T:Claunia.PropertyList.NSNumber:Members">Member Details</a>
|
|
</p>
|
|
</div>
|
|
<h1 class="PageTitle" id="T:Claunia.PropertyList.NSNumber">NSNumber Class</h1>
|
|
<p class="Summary" id="T:Claunia.PropertyList.NSNumber:Summary">
|
|
A number whose value is either an integer, a real number or bool.
|
|
</p>
|
|
<div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature" id="T:Claunia.PropertyList.NSNumber:Signature">public class <b>NSNumber</b> : <a href="../Claunia.PropertyList/NSObject.html">NSObject</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.IComparable">IComparable</a></div>
|
|
</div>
|
|
<div class="Remarks" id="T:Claunia.PropertyList.NSNumber:Docs">
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="T:Claunia.PropertyList.NSNumber:Docs:Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="T:Claunia.PropertyList.NSNumber:Docs:Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<h2 class="Section" id="Members">Members</h2>
|
|
<div class="SectionBox" id="_Members">
|
|
<p>
|
|
See Also: Inherited members from
|
|
<a href="../Claunia.PropertyList/NSObject.html">NSObject</a>.
|
|
</p>
|
|
<h2 class="Section">Public Constructors</h2>
|
|
<div class="SectionBox" id="Public Constructors">
|
|
<div class="SubsectionBox">
|
|
<table class="TypeMembers">
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div>
|
|
<b>
|
|
<a href="#C:Claunia.PropertyList.NSNumber(System.Boolean)">NSNumber</a>
|
|
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a>)</div>
|
|
</td>
|
|
<td>
|
|
Creates a bool number.
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div>
|
|
<b>
|
|
<a href="#C:Claunia.PropertyList.NSNumber(System.Double)">NSNumber</a>
|
|
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>)</div>
|
|
</td>
|
|
<td>
|
|
Creates a real number.
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div>
|
|
<b>
|
|
<a href="#C:Claunia.PropertyList.NSNumber(System.Int32)">NSNumber</a>
|
|
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)</div>
|
|
</td>
|
|
<td>
|
|
Creates an integer number.
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div>
|
|
<b>
|
|
<a href="#C:Claunia.PropertyList.NSNumber(System.Int64)">NSNumber</a>
|
|
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>)</div>
|
|
</td>
|
|
<td>
|
|
Creates an integer number.
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div>
|
|
<b>
|
|
<a href="#C:Claunia.PropertyList.NSNumber(System.String)">NSNumber</a>
|
|
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)</div>
|
|
</td>
|
|
<td>
|
|
Creates a number from its textual representation.
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div>
|
|
<b>
|
|
<a href="#C:Claunia.PropertyList.NSNumber(System.Byte[],System.Int32)">NSNumber</a>
|
|
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Byte">byte</a>[], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)</div>
|
|
</td>
|
|
<td>
|
|
Parses integers and real numbers from their binary representation.
|
|
Note: real numbers are not yet supported.</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<h2 class="Section">Public Fields</h2>
|
|
<div class="SectionBox" id="Public Fields">
|
|
<div class="SubsectionBox">
|
|
<table class="TypeMembers">
|
|
<tr valign="top">
|
|
<td>
|
|
<div>const </div>
|
|
</td>
|
|
<td>
|
|
<b>
|
|
<a href="#F:Claunia.PropertyList.NSNumber.BOOLEAN">BOOLEAN</a>
|
|
</b>
|
|
</td>
|
|
<td>
|
|
<i>
|
|
<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
|
|
</i> (2).
|
|
Indicates that the number's value is bool.
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>const </div>
|
|
</td>
|
|
<td>
|
|
<b>
|
|
<a href="#F:Claunia.PropertyList.NSNumber.INTEGER">INTEGER</a>
|
|
</b>
|
|
</td>
|
|
<td>
|
|
<i>
|
|
<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
|
|
</i> (0).
|
|
Indicates that the number's value is an integer.
|
|
The number is stored as a .NET <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>.
|
|
Its original value could have been char, short, int, long or even long long.
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>const </div>
|
|
</td>
|
|
<td>
|
|
<b>
|
|
<a href="#F:Claunia.PropertyList.NSNumber.REAL">REAL</a>
|
|
</b>
|
|
</td>
|
|
<td>
|
|
<i>
|
|
<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
|
|
</i> (1).
|
|
Indicates that the number's value is a real number.
|
|
The number is stored as a .NET <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>.
|
|
Its original value could have been float or double.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<h2 class="Section">Public Methods</h2>
|
|
<div class="SectionBox" id="Public Methods">
|
|
<div class="SubsectionBox">
|
|
<table class="TypeMembers">
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td colspan="2">
|
|
<b>
|
|
<a href="#M:Claunia.PropertyList.NSNumber.CompareTo(System.Object)">CompareTo</a>
|
|
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a></nobr><blockquote>
|
|
Compares the current <a href="../Claunia.PropertyList/NSNumber.html">Claunia.PropertyList.NSNumber</a> to the specified object.
|
|
</blockquote></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>override </div>
|
|
</td>
|
|
<td colspan="2">
|
|
<b>
|
|
<a href="#M:Claunia.PropertyList.NSNumber.Equals(Claunia.PropertyList.NSObject)">Equals</a>
|
|
</b>(<a href="../Claunia.PropertyList/NSObject.html">NSObject</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a></nobr><blockquote>
|
|
Determines whether the specified <a href="../Claunia.PropertyList/NSObject.html">Claunia.PropertyList.NSObject</a> is equal to the current <a href="../Claunia.PropertyList/NSNumber.html">Claunia.PropertyList.NSNumber</a>.
|
|
</blockquote></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>abstract </div>
|
|
</td>
|
|
<td colspan="2">
|
|
<b>
|
|
<a href="../Claunia.PropertyList/NSObject.html#M:Claunia.PropertyList.NSObject.Equals(Claunia.PropertyList.NSObject)">Equals</a>
|
|
</b>(<a href="../Claunia.PropertyList/NSObject.html">NSObject</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a></nobr><blockquote>
|
|
Determines if the specific NSObject is the same as the NSObject overriding this method.
|
|
(<i>Inherited from <a href="../Claunia.PropertyList/NSObject.html">NSObject</a>.</i>)</blockquote></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>override </div>
|
|
</td>
|
|
<td colspan="2">
|
|
<b>
|
|
<a href="#M:Claunia.PropertyList.NSNumber.Equals(System.Object)">Equals</a>
|
|
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a></nobr><blockquote>
|
|
Checks whether the other object is a NSNumber of the same value.
|
|
</blockquote></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td colspan="2">
|
|
<b>
|
|
<a href="#M:Claunia.PropertyList.NSNumber.floatValue()">floatValue</a>
|
|
</b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a></nobr><blockquote>
|
|
The number's float value.
|
|
WARNING: Possible loss of precision if the value is outside the float range.
|
|
</blockquote></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>override </div>
|
|
</td>
|
|
<td colspan="2">
|
|
<b>
|
|
<a href="#M:Claunia.PropertyList.NSNumber.GetHashCode()">GetHashCode</a>
|
|
</b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a></nobr><blockquote>
|
|
Serves as a hash function for a <a href="../Claunia.PropertyList/NSNumber.html">Claunia.PropertyList.NSNumber</a> object.
|
|
</blockquote></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td colspan="2">
|
|
<b>
|
|
<a href="#M:Claunia.PropertyList.NSNumber.GetNSNumberType()">GetNSNumberType</a>
|
|
</b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a></nobr><blockquote>
|
|
Gets the type of this number's value.
|
|
</blockquote></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td colspan="2">
|
|
<b>
|
|
<a href="#M:Claunia.PropertyList.NSNumber.isBoolean()">isBoolean</a>
|
|
</b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a></nobr><blockquote>
|
|
Checks whether the value of this NSNumber is a bool.
|
|
</blockquote></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td colspan="2">
|
|
<b>
|
|
<a href="#M:Claunia.PropertyList.NSNumber.isInteger()">isInteger</a>
|
|
</b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a></nobr><blockquote>
|
|
Checks whether the value of this NSNumber is an integer.
|
|
</blockquote></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td colspan="2">
|
|
<b>
|
|
<a href="#M:Claunia.PropertyList.NSNumber.isReal()">isReal</a>
|
|
</b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a></nobr><blockquote>
|
|
Checks whether the value of this NSNumber is a real number.
|
|
</blockquote></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td colspan="2">
|
|
<b>
|
|
<a href="#M:Claunia.PropertyList.NSNumber.ToBool()">ToBool</a>
|
|
</b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a></nobr><blockquote>
|
|
The number's bool value.
|
|
</blockquote></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td colspan="2">
|
|
<b>
|
|
<a href="#M:Claunia.PropertyList.NSNumber.ToDouble()">ToDouble</a>
|
|
</b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a></nobr><blockquote>
|
|
The number's double value.
|
|
</blockquote></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td colspan="2">
|
|
<b>
|
|
<a href="#M:Claunia.PropertyList.NSNumber.ToInt()">ToInt</a>
|
|
</b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a></nobr><blockquote>
|
|
The number's int value.
|
|
Note: Even though the number's type might be INTEGER it can be larger than a Java int.
|
|
Use intValue() only if you are certain that it contains a number from the int range.
|
|
Otherwise the value might be innaccurate.</blockquote></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td colspan="2">
|
|
<b>
|
|
<a href="#M:Claunia.PropertyList.NSNumber.ToLong()">ToLong</a>
|
|
</b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a></nobr><blockquote>
|
|
The number's long value.
|
|
</blockquote></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td colspan="2">
|
|
<b>
|
|
<a href="../Claunia.PropertyList/NSObject.html#M:Claunia.PropertyList.NSObject.ToObject()">ToObject</a>
|
|
</b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a></nobr><blockquote>
|
|
Converts this NSObject into an equivalent object
|
|
of the .NET Runtime Environment.
|
|
<p><a href="../Claunia.PropertyList/NSArray.html">Claunia.PropertyList.NSArray</a> objects are converted to arrays.</p><p><a href="../Claunia.PropertyList/NSDictionary.html">Claunia.PropertyList.NSDictionary</a> objects are converted to objects extending the <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.Dictionary`2">Dictionary`2</a> class.</p><p><a href="../Claunia.PropertyList/NSSet.html">Claunia.PropertyList.NSSet</a> objects are converted to objects extending the <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1">List`1</a> class.</p><p><a href="../Claunia.PropertyList/NSNumber.html">Claunia.PropertyList.NSNumber</a> objects are converted to primitive number values (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> or <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a>).</p><p><a href="../Claunia.PropertyList/NSString.html">Claunia.PropertyList.NSString</a> objects are converted to <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> objects.</p><p><a href="../Claunia.PropertyList/NSData.html">Claunia.PropertyList.NSData</a> objects are converted to <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Byte">byte</a> arrays.</p><p><a href="../Claunia.PropertyList/NSDate.html">Claunia.PropertyList.NSDate</a> objects are converted to <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.DateTime">DateTime</a> objects.</p><p><a href="../Claunia.PropertyList/UID.html">Claunia.PropertyList.UID</a> objects are converted to <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Byte">byte</a> arrays.</p> (<i>Inherited from <a href="../Claunia.PropertyList/NSObject.html">NSObject</a>.</i>)</blockquote></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>override </div>
|
|
</td>
|
|
<td colspan="2">
|
|
<b>
|
|
<a href="#M:Claunia.PropertyList.NSNumber.ToString()">ToString</a>
|
|
</b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a></nobr><blockquote>
|
|
Returns a <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> that represents the current <a href="../Claunia.PropertyList/NSNumber.html">Claunia.PropertyList.NSNumber</a>.
|
|
</blockquote></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<div>
|
|
</div>
|
|
</td>
|
|
<td colspan="2">
|
|
<b>
|
|
<a href="../Claunia.PropertyList/NSObject.html#M:Claunia.PropertyList.NSObject.ToXmlPropertyList()">ToXmlPropertyList</a>
|
|
</b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a></nobr><blockquote>
|
|
Generates a valid XML property list including headers using this object as root.
|
|
(<i>Inherited from <a href="../Claunia.PropertyList/NSObject.html">NSObject</a>.</i>)</blockquote></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="Members" id="T:Claunia.PropertyList.NSNumber:Members">
|
|
<h2 class="Section" id="MemberDetails">Member Details</h2>
|
|
<div class="SectionBox" id="_MemberDetails">
|
|
<h3 id="C:Claunia.PropertyList.NSNumber(System.Boolean)">NSNumber Constructor</h3>
|
|
<blockquote id="C:Claunia.PropertyList.NSNumber(System.Boolean):member">
|
|
<div class="msummary">
|
|
Creates a bool number.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public <b>NSNumber</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> b)</div>
|
|
<h4 class="Subsection">Parameters</h4>
|
|
<blockquote class="SubsectionBox" id="C:Claunia.PropertyList.NSNumber(System.Boolean):Parameters">
|
|
<dl>
|
|
<dt>
|
|
<i>b</i>
|
|
</dt>
|
|
<dd>The bool value.</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="C:Claunia.PropertyList.NSNumber(System.Boolean):Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="C:Claunia.PropertyList.NSNumber(System.Boolean):Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="C:Claunia.PropertyList.NSNumber(System.Double)">NSNumber Constructor</h3>
|
|
<blockquote id="C:Claunia.PropertyList.NSNumber(System.Double):member">
|
|
<div class="msummary">
|
|
Creates a real number.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public <b>NSNumber</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> d)</div>
|
|
<h4 class="Subsection">Parameters</h4>
|
|
<blockquote class="SubsectionBox" id="C:Claunia.PropertyList.NSNumber(System.Double):Parameters">
|
|
<dl>
|
|
<dt>
|
|
<i>d</i>
|
|
</dt>
|
|
<dd>The real value.</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="C:Claunia.PropertyList.NSNumber(System.Double):Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="C:Claunia.PropertyList.NSNumber(System.Double):Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="C:Claunia.PropertyList.NSNumber(System.Int32)">NSNumber Constructor</h3>
|
|
<blockquote id="C:Claunia.PropertyList.NSNumber(System.Int32):member">
|
|
<div class="msummary">
|
|
Creates an integer number.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public <b>NSNumber</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i)</div>
|
|
<h4 class="Subsection">Parameters</h4>
|
|
<blockquote class="SubsectionBox" id="C:Claunia.PropertyList.NSNumber(System.Int32):Parameters">
|
|
<dl>
|
|
<dt>
|
|
<i>i</i>
|
|
</dt>
|
|
<dd>The integer value.</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="C:Claunia.PropertyList.NSNumber(System.Int32):Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="C:Claunia.PropertyList.NSNumber(System.Int32):Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="C:Claunia.PropertyList.NSNumber(System.Int64)">NSNumber Constructor</h3>
|
|
<blockquote id="C:Claunia.PropertyList.NSNumber(System.Int64):member">
|
|
<div class="msummary">
|
|
Creates an integer number.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public <b>NSNumber</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> l)</div>
|
|
<h4 class="Subsection">Parameters</h4>
|
|
<blockquote class="SubsectionBox" id="C:Claunia.PropertyList.NSNumber(System.Int64):Parameters">
|
|
<dl>
|
|
<dt>
|
|
<i>l</i>
|
|
</dt>
|
|
<dd>The long integer value.</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="C:Claunia.PropertyList.NSNumber(System.Int64):Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="C:Claunia.PropertyList.NSNumber(System.Int64):Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="C:Claunia.PropertyList.NSNumber(System.String)">NSNumber Constructor</h3>
|
|
<blockquote id="C:Claunia.PropertyList.NSNumber(System.String):member">
|
|
<div class="msummary">
|
|
Creates a number from its textual representation.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public <b>NSNumber</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> text)</div>
|
|
<h4 class="Subsection">See Also</h4>
|
|
<blockquote class="SubsectionBox" id="C:Claunia.PropertyList.NSNumber(System.String):See Also">
|
|
<div>
|
|
<a href="http://www.go-mono.com/docs/monodoc.ashx?link=M:System.Boolean.Parse(System.String)">bool.Parse(string)</a>
|
|
</div>
|
|
<div>
|
|
<a href="http://www.go-mono.com/docs/monodoc.ashx?link=M:System.Int64.Parse(System.String)">long.Parse(string)</a>
|
|
</div>
|
|
<div>
|
|
<a href="http://www.go-mono.com/docs/monodoc.ashx?link=M:System.Double.Parse(System.String,System.IFormatProvider)">double.Parse(string, IFormatProvider)</a>
|
|
</div>
|
|
</blockquote>
|
|
<h4 class="Subsection">Parameters</h4>
|
|
<blockquote class="SubsectionBox" id="C:Claunia.PropertyList.NSNumber(System.String):Parameters">
|
|
<dl>
|
|
<dt>
|
|
<i>text</i>
|
|
</dt>
|
|
<dd>The textual representation of the number.</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="C:Claunia.PropertyList.NSNumber(System.String):Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="C:Claunia.PropertyList.NSNumber(System.String):Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="C:Claunia.PropertyList.NSNumber(System.Byte[],System.Int32)">NSNumber Constructor</h3>
|
|
<blockquote id="C:Claunia.PropertyList.NSNumber(System.Byte[],System.Int32):member">
|
|
<div class="msummary">
|
|
Parses integers and real numbers from their binary representation.
|
|
Note: real numbers are not yet supported.</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public <b>NSNumber</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Byte">byte</a>[] bytes, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> type)</div>
|
|
<h4 class="Subsection">See Also</h4>
|
|
<blockquote class="SubsectionBox" id="C:Claunia.PropertyList.NSNumber(System.Byte[],System.Int32):See Also">
|
|
<div>
|
|
<a href="../Claunia.PropertyList/NSNumber.html#F:Claunia.PropertyList.NSNumber.INTEGER">NSNumber.INTEGER</a>
|
|
</div>
|
|
<div>
|
|
<a href="../Claunia.PropertyList/NSNumber.html#F:Claunia.PropertyList.NSNumber.REAL">NSNumber.REAL</a>
|
|
</div>
|
|
</blockquote>
|
|
<h4 class="Subsection">Parameters</h4>
|
|
<blockquote class="SubsectionBox" id="C:Claunia.PropertyList.NSNumber(System.Byte[],System.Int32):Parameters">
|
|
<dl>
|
|
<dt>
|
|
<i>bytes</i>
|
|
</dt>
|
|
<dd>The binary representation</dd>
|
|
<dt>
|
|
<i>type</i>
|
|
</dt>
|
|
<dd>The type of number</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="C:Claunia.PropertyList.NSNumber(System.Byte[],System.Int32):Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="C:Claunia.PropertyList.NSNumber(System.Byte[],System.Int32):Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="F:Claunia.PropertyList.NSNumber.BOOLEAN">BOOLEAN Field</h3>
|
|
<blockquote id="F:Claunia.PropertyList.NSNumber.BOOLEAN:member">
|
|
<div class="msummary">
|
|
Indicates that the number's value is bool.
|
|
</div>
|
|
<p>
|
|
<b>Value: </b>2</p>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public const <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>BOOLEAN</b> </div>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="F:Claunia.PropertyList.NSNumber.BOOLEAN:Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="F:Claunia.PropertyList.NSNumber.BOOLEAN:Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="M:Claunia.PropertyList.NSNumber.CompareTo(System.Object)">CompareTo Method</h3>
|
|
<blockquote id="M:Claunia.PropertyList.NSNumber.CompareTo(System.Object):member">
|
|
<div class="msummary">
|
|
Compares the current <a href="../Claunia.PropertyList/NSNumber.html">Claunia.PropertyList.NSNumber</a> to the specified object.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>CompareTo</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> o)</div>
|
|
<h4 class="Subsection">Parameters</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.CompareTo(System.Object):Parameters">
|
|
<dl>
|
|
<dt>
|
|
<i>o</i>
|
|
</dt>
|
|
<dd>Object to compare to the current <a href="../Claunia.PropertyList/NSNumber.html">Claunia.PropertyList.NSNumber</a>.</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<h4 class="Subsection">Returns</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.CompareTo(System.Object):Returns">0 if the numbers are equal, 1 if the current <a href="../Claunia.PropertyList/NSNumber.html">Claunia.PropertyList.NSNumber</a> is greater
|
|
than the argument and -1 if it is less, or the argument is not a number.</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.CompareTo(System.Object):Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.CompareTo(System.Object):Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="M:Claunia.PropertyList.NSNumber.Equals(Claunia.PropertyList.NSObject)">Equals Method</h3>
|
|
<blockquote id="M:Claunia.PropertyList.NSNumber.Equals(Claunia.PropertyList.NSObject):member">
|
|
<div class="msummary">
|
|
Determines whether the specified <a href="../Claunia.PropertyList/NSObject.html">Claunia.PropertyList.NSObject</a> is equal to the current <a href="../Claunia.PropertyList/NSNumber.html">Claunia.PropertyList.NSNumber</a>.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public override <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>Equals</b> (<a href="../Claunia.PropertyList/NSObject.html">NSObject</a> obj)</div>
|
|
<h4 class="Subsection">Parameters</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.Equals(Claunia.PropertyList.NSObject):Parameters">
|
|
<dl>
|
|
<dt>
|
|
<i>obj</i>
|
|
</dt>
|
|
<dd>The <a href="../Claunia.PropertyList/NSObject.html">Claunia.PropertyList.NSObject</a> to compare with the current <a href="../Claunia.PropertyList/NSNumber.html">Claunia.PropertyList.NSNumber</a>.</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<h4 class="Subsection">Returns</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.Equals(Claunia.PropertyList.NSObject):Returns">
|
|
<tt>true</tt> if the specified <a href="../Claunia.PropertyList/NSObject.html">Claunia.PropertyList.NSObject</a> is equal to the current
|
|
<a href="../Claunia.PropertyList/NSNumber.html">Claunia.PropertyList.NSNumber</a>; otherwise, <tt>false</tt>.</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.Equals(Claunia.PropertyList.NSObject):Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.Equals(Claunia.PropertyList.NSObject):Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="M:Claunia.PropertyList.NSNumber.Equals(System.Object)">Equals Method</h3>
|
|
<blockquote id="M:Claunia.PropertyList.NSNumber.Equals(System.Object):member">
|
|
<div class="msummary">
|
|
Checks whether the other object is a NSNumber of the same value.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public override <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>Equals</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> obj)</div>
|
|
<h4 class="Subsection">Parameters</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.Equals(System.Object):Parameters">
|
|
<dl>
|
|
<dt>
|
|
<i>obj</i>
|
|
</dt>
|
|
<dd>The object to compare to.</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<h4 class="Subsection">Returns</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.Equals(System.Object):Returns">Whether the objects are equal in terms of numeric value and type.</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.Equals(System.Object):Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.Equals(System.Object):Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="M:Claunia.PropertyList.NSNumber.floatValue()">floatValue Method</h3>
|
|
<blockquote id="M:Claunia.PropertyList.NSNumber.floatValue():member">
|
|
<div class="msummary">
|
|
The number's float value.
|
|
WARNING: Possible loss of precision if the value is outside the float range.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a> <b>floatValue</b> ()</div>
|
|
<h4 class="Subsection">Returns</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.floatValue():Returns">The value of the number as float.</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.floatValue():Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.floatValue():Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="M:Claunia.PropertyList.NSNumber.GetHashCode()">GetHashCode Method</h3>
|
|
<blockquote id="M:Claunia.PropertyList.NSNumber.GetHashCode():member">
|
|
<div class="msummary">
|
|
Serves as a hash function for a <a href="../Claunia.PropertyList/NSNumber.html">Claunia.PropertyList.NSNumber</a> object.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public override <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>GetHashCode</b> ()</div>
|
|
<h4 class="Subsection">Returns</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.GetHashCode():Returns">A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a
|
|
hash table.</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.GetHashCode():Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.GetHashCode():Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="M:Claunia.PropertyList.NSNumber.GetNSNumberType()">GetNSNumberType Method</h3>
|
|
<blockquote id="M:Claunia.PropertyList.NSNumber.GetNSNumberType():member">
|
|
<div class="msummary">
|
|
Gets the type of this number's value.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>GetNSNumberType</b> ()</div>
|
|
<h4 class="Subsection">See Also</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.GetNSNumberType():See Also">
|
|
<div>
|
|
<a href="../Claunia.PropertyList/NSNumber.html#F:Claunia.PropertyList.NSNumber.BOOLEAN">NSNumber.BOOLEAN</a>
|
|
</div>
|
|
<div>
|
|
<a href="../Claunia.PropertyList/NSNumber.html#F:Claunia.PropertyList.NSNumber.INTEGER">NSNumber.INTEGER</a>
|
|
</div>
|
|
<div>
|
|
<a href="../Claunia.PropertyList/NSNumber.html#F:Claunia.PropertyList.NSNumber.REAL">NSNumber.REAL</a>
|
|
</div>
|
|
</blockquote>
|
|
<h4 class="Subsection">Returns</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.GetNSNumberType():Returns">The type flag.</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.GetNSNumberType():Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.GetNSNumberType():Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="F:Claunia.PropertyList.NSNumber.INTEGER">INTEGER Field</h3>
|
|
<blockquote id="F:Claunia.PropertyList.NSNumber.INTEGER:member">
|
|
<div class="msummary">
|
|
Indicates that the number's value is an integer.
|
|
The number is stored as a .NET <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>.
|
|
Its original value could have been char, short, int, long or even long long.
|
|
</div>
|
|
<p>
|
|
<b>Value: </b>0</p>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public const <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>INTEGER</b> </div>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="F:Claunia.PropertyList.NSNumber.INTEGER:Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="F:Claunia.PropertyList.NSNumber.INTEGER:Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="M:Claunia.PropertyList.NSNumber.isBoolean()">isBoolean Method</h3>
|
|
<blockquote id="M:Claunia.PropertyList.NSNumber.isBoolean():member">
|
|
<div class="msummary">
|
|
Checks whether the value of this NSNumber is a bool.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>isBoolean</b> ()</div>
|
|
<h4 class="Subsection">Returns</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.isBoolean():Returns">Whether the number's value is a bool.</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.isBoolean():Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.isBoolean():Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="M:Claunia.PropertyList.NSNumber.isInteger()">isInteger Method</h3>
|
|
<blockquote id="M:Claunia.PropertyList.NSNumber.isInteger():member">
|
|
<div class="msummary">
|
|
Checks whether the value of this NSNumber is an integer.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>isInteger</b> ()</div>
|
|
<h4 class="Subsection">Returns</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.isInteger():Returns">Whether the number's value is an integer.</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.isInteger():Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.isInteger():Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="M:Claunia.PropertyList.NSNumber.isReal()">isReal Method</h3>
|
|
<blockquote id="M:Claunia.PropertyList.NSNumber.isReal():member">
|
|
<div class="msummary">
|
|
Checks whether the value of this NSNumber is a real number.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>isReal</b> ()</div>
|
|
<h4 class="Subsection">Returns</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.isReal():Returns">Whether the number's value is a real number.</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.isReal():Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.isReal():Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="F:Claunia.PropertyList.NSNumber.REAL">REAL Field</h3>
|
|
<blockquote id="F:Claunia.PropertyList.NSNumber.REAL:member">
|
|
<div class="msummary">
|
|
Indicates that the number's value is a real number.
|
|
The number is stored as a .NET <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>.
|
|
Its original value could have been float or double.
|
|
</div>
|
|
<p>
|
|
<b>Value: </b>1</p>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public const <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>REAL</b> </div>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="F:Claunia.PropertyList.NSNumber.REAL:Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="F:Claunia.PropertyList.NSNumber.REAL:Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="M:Claunia.PropertyList.NSNumber.ToBool()">ToBool Method</h3>
|
|
<blockquote id="M:Claunia.PropertyList.NSNumber.ToBool():member">
|
|
<div class="msummary">
|
|
The number's bool value.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>ToBool</b> ()</div>
|
|
<h4 class="Subsection">Returns</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.ToBool():Returns">
|
|
<tt>true</tt> if the value is true or non-zero, <tt>false</tt> otherwise.</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.ToBool():Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.ToBool():Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="M:Claunia.PropertyList.NSNumber.ToDouble()">ToDouble Method</h3>
|
|
<blockquote id="M:Claunia.PropertyList.NSNumber.ToDouble():member">
|
|
<div class="msummary">
|
|
The number's double value.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> <b>ToDouble</b> ()</div>
|
|
<h4 class="Subsection">Returns</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.ToDouble():Returns">The value of the number as double.</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.ToDouble():Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.ToDouble():Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="M:Claunia.PropertyList.NSNumber.ToInt()">ToInt Method</h3>
|
|
<blockquote id="M:Claunia.PropertyList.NSNumber.ToInt():member">
|
|
<div class="msummary">
|
|
The number's int value.
|
|
Note: Even though the number's type might be INTEGER it can be larger than a Java int.
|
|
Use intValue() only if you are certain that it contains a number from the int range.
|
|
Otherwise the value might be innaccurate.</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>ToInt</b> ()</div>
|
|
<h4 class="Subsection">Returns</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.ToInt():Returns">The value of the number as int.</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.ToInt():Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.ToInt():Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="M:Claunia.PropertyList.NSNumber.ToLong()">ToLong Method</h3>
|
|
<blockquote id="M:Claunia.PropertyList.NSNumber.ToLong():member">
|
|
<div class="msummary">
|
|
The number's long value.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> <b>ToLong</b> ()</div>
|
|
<h4 class="Subsection">Returns</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.ToLong():Returns">The value of the number as long</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.ToLong():Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.ToLong():Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
<h3 id="M:Claunia.PropertyList.NSNumber.ToString()">ToString Method</h3>
|
|
<blockquote id="M:Claunia.PropertyList.NSNumber.ToString():member">
|
|
<div class="msummary">
|
|
Returns a <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> that represents the current <a href="../Claunia.PropertyList/NSNumber.html">Claunia.PropertyList.NSNumber</a>.
|
|
</div>
|
|
<h2>Syntax</h2>
|
|
<div class="Signature">public override <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> <b>ToString</b> ()</div>
|
|
<h4 class="Subsection">Returns</h4>
|
|
<blockquote class="SubsectionBox" id="M:Claunia.PropertyList.NSNumber.ToString():Returns">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> that represents the current <a href="../Claunia.PropertyList/NSNumber.html">Claunia.PropertyList.NSNumber</a>.</blockquote>
|
|
<h2 class="Section">Remarks</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.ToString():Remarks">
|
|
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
|
|
</div>
|
|
<h2 class="Section">Requirements</h2>
|
|
<div class="SectionBox" id="M:Claunia.PropertyList.NSNumber.ToString():Version Information">
|
|
<b>Namespace: </b>Claunia.PropertyList<br /><b>Assembly: </b>plist-cil (in plist-cil.dll)<br /><b>Assembly Versions: </b>1.13.0.0, 1.14.0.0</div>
|
|
<hr size="1" />
|
|
</blockquote>
|
|
</div>
|
|
</div>
|
|
<hr size="1" />
|
|
<div class="Copyright">
|
|
</div>
|
|
</body>
|
|
</html> |