Home
last modified time | relevance | path

Searched defs:ToDecimal (Results 1 – 25 of 108) sorted by relevance

12345

/dports/math/z3/z3-z3-4.8.13/src/api/dotnet/
H A DAlgebraicNum.cs63 public string ToDecimal(uint precision) in ToDecimal() method in Microsoft.Z3.AlgebraicNum
/dports/math/py-z3-solver/z3-z3-4.8.10/src/api/dotnet/
H A DAlgebraicNum.cs63 public string ToDecimal(uint precision) in ToDecimal() method in Microsoft.Z3.AlgebraicNum
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXmlValueConverter.cs191 public abstract decimal ToDecimal(bool value); in ToDecimal() method in System.Xml.Schema.XmlValueConverter
192 public abstract decimal ToDecimal(int value); in ToDecimal() method in System.Xml.Schema.XmlValueConverter
193 public abstract decimal ToDecimal(long value); in ToDecimal() method in System.Xml.Schema.XmlValueConverter
194 public abstract decimal ToDecimal(decimal value); in ToDecimal() method in System.Xml.Schema.XmlValueConverter
195 public abstract decimal ToDecimal(float value); in ToDecimal() method in System.Xml.Schema.XmlValueConverter
196 public abstract decimal ToDecimal(double value); in ToDecimal() method in System.Xml.Schema.XmlValueConverter
197 public abstract decimal ToDecimal(DateTime value); in ToDecimal() method in System.Xml.Schema.XmlValueConverter
199 public abstract decimal ToDecimal(string value); in ToDecimal() method in System.Xml.Schema.XmlValueConverter
200 public abstract decimal ToDecimal(object value); in ToDecimal() method in System.Xml.Schema.XmlValueConverter
912 public override decimal ToDecimal(int value) { in ToDecimal() method in System.Xml.Schema.XmlNumeric10Converter
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dconvert.cs1626 public static decimal ToDecimal(object value) { in ToDecimal() method in System.Convert
1635 public static decimal ToDecimal(sbyte value) { in ToDecimal() method in System.Convert
1639 public static decimal ToDecimal(byte value) { in ToDecimal() method in System.Convert
1643 public static decimal ToDecimal(char value) { in ToDecimal() method in System.Convert
1647 public static decimal ToDecimal(short value) { in ToDecimal() method in System.Convert
1656 public static decimal ToDecimal(int value) { in ToDecimal() method in System.Convert
1661 public static decimal ToDecimal(uint value) { in ToDecimal() method in System.Convert
1665 public static decimal ToDecimal(long value) { in ToDecimal() method in System.Convert
1670 public static decimal ToDecimal(ulong value) { in ToDecimal() method in System.Convert
1674 public static decimal ToDecimal(float value) { in ToDecimal() method in System.Convert
[all …]
H A Dcurrency.cs51 public static Decimal ToDecimal(Currency c) in ToDecimal() method
H A Diconvertible.cs65 Decimal ToDecimal(IFormatProvider provider); in ToDecimal() method
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DConvert.cs1801 public static decimal ToDecimal(object value) in ToDecimal() method in System.Convert
1812 public static decimal ToDecimal(sbyte value) in ToDecimal() method in System.Convert
1817 public static decimal ToDecimal(byte value) in ToDecimal() method in System.Convert
1822 public static decimal ToDecimal(char value) in ToDecimal() method in System.Convert
1827 public static decimal ToDecimal(short value) in ToDecimal() method in System.Convert
1838 public static decimal ToDecimal(int value) in ToDecimal() method in System.Convert
1844 public static decimal ToDecimal(uint value) in ToDecimal() method in System.Convert
1849 public static decimal ToDecimal(long value) in ToDecimal() method in System.Convert
1855 public static decimal ToDecimal(ulong value) in ToDecimal() method in System.Convert
1860 public static decimal ToDecimal(float value) in ToDecimal() method in System.Convert
[all …]
H A DIConvertible.cs57 Decimal ToDecimal(IFormatProvider provider); in ToDecimal() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DConvert.cs1801 public static decimal ToDecimal(object value) in ToDecimal() method in System.Convert
1812 public static decimal ToDecimal(sbyte value) in ToDecimal() method in System.Convert
1817 public static decimal ToDecimal(byte value) in ToDecimal() method in System.Convert
1822 public static decimal ToDecimal(char value) in ToDecimal() method in System.Convert
1827 public static decimal ToDecimal(short value) in ToDecimal() method in System.Convert
1838 public static decimal ToDecimal(int value) in ToDecimal() method in System.Convert
1844 public static decimal ToDecimal(uint value) in ToDecimal() method in System.Convert
1849 public static decimal ToDecimal(long value) in ToDecimal() method in System.Convert
1855 public static decimal ToDecimal(ulong value) in ToDecimal() method in System.Convert
1860 public static decimal ToDecimal(float value) in ToDecimal() method in System.Convert
[all …]
H A DIConvertible.cs57 Decimal ToDecimal(IFormatProvider provider); in ToDecimal() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Memory/tests/ParsersAndFormatters/
H A DTestUtils.cs19 public static decimal ToDecimal(this MutableDecimal md) in ToDecimal() method in System.Buffers.Text.Tests.TestUtils
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/serialization/
H A Diformatterconverter.cs38 Decimal ToDecimal(Object value); in ToDecimal() method
H A Dformatterconverter.cs144 public Decimal ToDecimal(Object value) { in ToDecimal() method in System.Runtime.Serialization.FormatterConverter
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Runtime/Serialization/
H A DIFormatterConverter.cs24 decimal ToDecimal(object value); in ToDecimal() method
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Runtime/Serialization/
H A DIFormatterConverter.cs24 decimal ToDecimal(object value); in ToDecimal() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/
H A DFormatterConverter.cs100 public decimal ToDecimal(object value) in ToDecimal() method in System.Runtime.Serialization.FormatterConverter
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DJsonFormatterConverter.cs95 public decimal ToDecimal(object value) in ToDecimal() method in Newtonsoft.Json.Serialization.JsonFormatterConverter
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DJsonFormatterConverter.cs95 public decimal ToDecimal(object value) in ToDecimal() method in Newtonsoft.Json.Serialization.JsonFormatterConverter
/dports/devel/dbus-sharp/dbus-sharp-0.8.1/src/Protocol/
H A DDValue.cs88 public decimal ToDecimal (IFormatProvider provider) in ToDecimal() method in DBus.Protocol.DValue
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Serialization/
H A DJsonFormatterConverter.cs104 public decimal ToDecimal(object value) in ToDecimal() method in Newtonsoft.Json.Serialization.JsonFormatterConverter
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/tests/Jayrock/Json/
H A DTestJsonNumber.cs120 public void ToDecimal() in ToDecimal() method in Jayrock.Json.TestJsonNumber
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml/
H A DXmlConvertTests.cs483 public void ToDecimal () in ToDecimal() method in MonoTests.System.Xml.XmlConvertTests
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/TestObjects/
H A DRatio.cs101 public decimal ToDecimal(IFormatProvider provider) in ToDecimal() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DXmlValueConverter.cs178 public abstract decimal ToDecimal(string value); in ToDecimal() method in System.Xml.Schema.XmlValueConverter
179 public abstract decimal ToDecimal(object value); in ToDecimal() method in System.Xml.Schema.XmlValueConverter
337 …public override decimal ToDecimal(string value) { return (decimal)ChangeType((object)value, Decima… in ToDecimal() method in System.Xml.Schema.XmlBaseConverter
338 …public override decimal ToDecimal(object value) { return (decimal)ChangeType((object)value, Decima… in ToDecimal() method in System.Xml.Schema.XmlBaseConverter
877 public override decimal ToDecimal(string value) in ToDecimal() method in System.Xml.Schema.XmlNumeric10Converter
884 public override decimal ToDecimal(object value) in ToDecimal() method in System.Xml.Schema.XmlNumeric10Converter
2075 public override decimal ToDecimal(string value) in ToDecimal() method in System.Xml.Schema.XmlUntypedConverter
2081 public override decimal ToDecimal(object value) in ToDecimal() method in System.Xml.Schema.XmlUntypedConverter
2667 public override decimal ToDecimal(object value) in ToDecimal() method in System.Xml.Schema.XmlAnyConverter
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/cryptography/
H A Dbigint.cs466 internal string ToDecimal () in ToDecimal() method in System.Security.Cryptography.BigInt

12345