Home
last modified time | relevance | path

Searched defs:ToSingle (Results 1 – 25 of 89) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXmlValueConverter.cs213 public abstract float ToSingle(bool value); in ToSingle() method in System.Xml.Schema.XmlValueConverter
214 public abstract float ToSingle(int value); in ToSingle() method in System.Xml.Schema.XmlValueConverter
215 public abstract float ToSingle(long value); in ToSingle() method in System.Xml.Schema.XmlValueConverter
216 public abstract float ToSingle(decimal value); in ToSingle() method in System.Xml.Schema.XmlValueConverter
217 public abstract float ToSingle(float value); in ToSingle() method in System.Xml.Schema.XmlValueConverter
218 public abstract float ToSingle(double value); in ToSingle() method in System.Xml.Schema.XmlValueConverter
219 public abstract float ToSingle(DateTime value); in ToSingle() method in System.Xml.Schema.XmlValueConverter
221 public abstract float ToSingle(string value); in ToSingle() method in System.Xml.Schema.XmlValueConverter
222 public abstract float ToSingle(object value); in ToSingle() method in System.Xml.Schema.XmlValueConverter
1266 public override float ToSingle(double value) { in ToSingle() method in System.Xml.Schema.XmlNumeric2Converter
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dconvert.cs1451 public static float ToSingle(object value) { in ToSingle() method in System.Convert
1460 public static float ToSingle(sbyte value) { in ToSingle() method in System.Convert
1464 public static float ToSingle(byte value) { in ToSingle() method in System.Convert
1468 public static float ToSingle(char value) { in ToSingle() method in System.Convert
1472 public static float ToSingle(short value) { in ToSingle() method in System.Convert
1481 public static float ToSingle(int value) { in ToSingle() method in System.Convert
1486 public static float ToSingle(uint value) { in ToSingle() method in System.Convert
1490 public static float ToSingle(long value) { in ToSingle() method in System.Convert
1495 public static float ToSingle(ulong value) { in ToSingle() method in System.Convert
1499 public static float ToSingle(float value) { in ToSingle() method in System.Convert
[all …]
H A Diconvertible.cs63 float ToSingle(IFormatProvider provider); in ToSingle() method
H A Dbitconverter.cs333 unsafe public static float ToSingle (byte[] value, int startIndex) in ToSingle() method in System.BitConverter
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DConvert.cs1593 public static float ToSingle(object value) in ToSingle() method in System.Convert
1604 public static float ToSingle(sbyte value) in ToSingle() method in System.Convert
1609 public static float ToSingle(byte value) in ToSingle() method in System.Convert
1614 public static float ToSingle(char value) in ToSingle() method in System.Convert
1619 public static float ToSingle(short value) in ToSingle() method in System.Convert
1630 public static float ToSingle(int value) in ToSingle() method in System.Convert
1636 public static float ToSingle(uint value) in ToSingle() method in System.Convert
1641 public static float ToSingle(long value) in ToSingle() method in System.Convert
1647 public static float ToSingle(ulong value) in ToSingle() method in System.Convert
1652 public static float ToSingle(float value) in ToSingle() method in System.Convert
[all …]
H A DIConvertible.cs55 float ToSingle(IFormatProvider provider); in ToSingle() method
H A DBitConverter.cs339 …public static float ToSingle(byte[] value, int startIndex) => Int32BitsToSingle(ToInt32(value, sta… in ToSingle() method in System.BitConverter
342 public static float ToSingle(ReadOnlySpan<byte> value) in ToSingle() method in System.BitConverter
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DConvert.cs1593 public static float ToSingle(object value) in ToSingle() method in System.Convert
1604 public static float ToSingle(sbyte value) in ToSingle() method in System.Convert
1609 public static float ToSingle(byte value) in ToSingle() method in System.Convert
1614 public static float ToSingle(char value) in ToSingle() method in System.Convert
1619 public static float ToSingle(short value) in ToSingle() method in System.Convert
1630 public static float ToSingle(int value) in ToSingle() method in System.Convert
1636 public static float ToSingle(uint value) in ToSingle() method in System.Convert
1641 public static float ToSingle(long value) in ToSingle() method in System.Convert
1647 public static float ToSingle(ulong value) in ToSingle() method in System.Convert
1652 public static float ToSingle(float value) in ToSingle() method in System.Convert
[all …]
H A DIConvertible.cs55 float ToSingle(IFormatProvider provider); in ToSingle() method
H A DBitConverter.cs339 …public static float ToSingle(byte[] value, int startIndex) => Int32BitsToSingle(ToInt32(value, sta… in ToSingle() method in System.BitConverter
342 public static float ToSingle(ReadOnlySpan<byte> value) in ToSingle() method in System.BitConverter
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/serialization/
H A Diformatterconverter.cs36 float ToSingle(Object value); in ToSingle() method
H A Dformatterconverter.cs128 public float ToSingle(Object value) { in ToSingle() 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.cs22 float ToSingle(object value); in ToSingle() method
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Runtime/Serialization/
H A DIFormatterConverter.cs22 float ToSingle(object value); in ToSingle() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/
H A DFormatterConverter.cs88 public float ToSingle(object value) in ToSingle() method in System.Runtime.Serialization.FormatterConverter
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DJsonFormatterConverter.cs125 public float ToSingle(object value) in ToSingle() method in Newtonsoft.Json.Serialization.JsonFormatterConverter
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DJsonFormatterConverter.cs125 public float ToSingle(object value) in ToSingle() method in Newtonsoft.Json.Serialization.JsonFormatterConverter
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DXmlValueConverter.cs187 public abstract float ToSingle(double value); in ToSingle() method in System.Xml.Schema.XmlValueConverter
188 public abstract float ToSingle(string value); in ToSingle() method in System.Xml.Schema.XmlValueConverter
189 public abstract float ToSingle(object value); in ToSingle() method in System.Xml.Schema.XmlValueConverter
360 …public override float ToSingle(double value) { return (float)ChangeType((object)value, SingleType,… in ToSingle() method in System.Xml.Schema.XmlBaseConverter
361 …public override float ToSingle(string value) { return (float)ChangeType((object)value, SingleType,… in ToSingle() method in System.Xml.Schema.XmlBaseConverter
1183 public override float ToSingle(double value) in ToSingle() method in System.Xml.Schema.XmlNumeric2Converter
1187 public override float ToSingle(string value) in ToSingle() method in System.Xml.Schema.XmlNumeric2Converter
1194 public override float ToSingle(object value) in ToSingle() method in System.Xml.Schema.XmlNumeric2Converter
2163 public override float ToSingle(string value) in ToSingle() method in System.Xml.Schema.XmlUntypedConverter
2169 public override float ToSingle(object value) in ToSingle() method in System.Xml.Schema.XmlUntypedConverter
[all …]
/dports/devel/dbus-sharp/dbus-sharp-0.8.1/src/Protocol/
H A DDValue.cs118 public float ToSingle (IFormatProvider provider) in ToSingle() method in DBus.Protocol.DValue
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Serialization/
H A DJsonFormatterConverter.cs134 public float ToSingle(object value) in ToSingle() method in Newtonsoft.Json.Serialization.JsonFormatterConverter
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/tests/Jayrock/Json/
H A DTestJsonNumber.cs108 public void ToSingle() in ToSingle() method in Jayrock.Json.TestJsonNumber
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml/
H A DXmlConvertTests.cs628 public void ToSingle () in ToSingle() method in MonoTests.System.Xml.XmlConvertTests
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/TestObjects/
H A DRatio.cs133 public float ToSingle(IFormatProvider provider) in ToSingle() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security/
H A DBitConverterLE.cs221 unsafe internal static float ToSingle (byte[] value, int startIndex) in ToSingle() method in Mono.Security.BitConverterLE
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/tests/System/
H A DBitConverterArray.cs96 public override void ToSingle(int index, float expected, byte[] byteArray) in ToSingle() method in System.Tests.BitConverterArray

1234