Mono Class Library: Overview

System.Data.SqlTypes.SqlSingle: Members

The members of System.Data.SqlTypes.SqlSingle are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Fields

static readonly
MaxValueSqlSingle. Documentation for this section has not yet been entered.
static readonly
MinValueSqlSingle. Documentation for this section has not yet been entered.
static readonly
NullSqlSingle. Documentation for this section has not yet been entered.
static readonly
ZeroSqlSingle. Documentation for this section has not yet been entered.

Public Properties

[read-only]
IsNullbool. Documentation for this section has not yet been entered.
[read-only]
Valuefloat. Documentation for this section has not yet been entered.

Public Methods

static
Add(SqlSingle, SqlSingle) : SqlSingle
Documentation for this section has not yet been entered.
CompareTo(SqlSingle) : int
Documentation for this section has not yet been entered.
CompareTo(object) : int
Documentation for this section has not yet been entered.
static
Divide(SqlSingle, SqlSingle) : SqlSingle
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
static
Equals(SqlSingle, SqlSingle) : SqlBoolean
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
static
GetXsdType(System.Xml.Schema.XmlSchemaSet) : System.Xml.XmlQualifiedName
Documentation for this section has not yet been entered.
static
GreaterThan(SqlSingle, SqlSingle) : SqlBoolean
Documentation for this section has not yet been entered.
static
GreaterThanOrEqual(SqlSingle, SqlSingle) : SqlBoolean
Documentation for this section has not yet been entered.
static
LessThan(SqlSingle, SqlSingle) : SqlBoolean
Documentation for this section has not yet been entered.
static
LessThanOrEqual(SqlSingle, SqlSingle) : SqlBoolean
Documentation for this section has not yet been entered.
static
Multiply(SqlSingle, SqlSingle) : SqlSingle
Documentation for this section has not yet been entered.
static
NotEquals(SqlSingle, SqlSingle) : SqlBoolean
Documentation for this section has not yet been entered.
static
Parse(string) : SqlSingle
Documentation for this section has not yet been entered.
static
Subtract(SqlSingle, SqlSingle) : SqlSingle
Documentation for this section has not yet been entered.
ToSqlBoolean() : SqlBoolean
Documentation for this section has not yet been entered.
ToSqlByte() : SqlByte
Documentation for this section has not yet been entered.
ToSqlDecimal() : SqlDecimal
Documentation for this section has not yet been entered.
ToSqlDouble() : SqlDouble
Documentation for this section has not yet been entered.
ToSqlInt16() : SqlInt16
Documentation for this section has not yet been entered.
ToSqlInt32() : SqlInt32
Documentation for this section has not yet been entered.
ToSqlInt64() : SqlInt64
Documentation for this section has not yet been entered.
ToSqlMoney() : SqlMoney
Documentation for this section has not yet been entered.
ToSqlString() : SqlString
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.

Public Operators

static
Addition(SqlSingle, SqlSingle)Documentation for this section has not yet been entered.
static
Division(SqlSingle, SqlSingle)Documentation for this section has not yet been entered.
static
Equality(SqlSingle, SqlSingle)Documentation for this section has not yet been entered.
static
GreaterThan(SqlSingle, SqlSingle)Documentation for this section has not yet been entered.
static
GreaterThanOrEqual(SqlSingle, SqlSingle)Documentation for this section has not yet been entered.
static
Inequality(SqlSingle, SqlSingle)Documentation for this section has not yet been entered.
static
LessThan(SqlSingle, SqlSingle)Documentation for this section has not yet been entered.
static
LessThanOrEqual(SqlSingle, SqlSingle)Documentation for this section has not yet been entered.
static
Multiply(SqlSingle, SqlSingle)Documentation for this section has not yet been entered.
static
Subtraction(SqlSingle, SqlSingle)Documentation for this section has not yet been entered.
static
UnaryNegationDocumentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlSingle(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlSingle(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Single(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlSingle(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlSingle(Implicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlSingle(Implicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlSingle(Implicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlSingle(Implicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlSingle(Implicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlSingle(Implicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlSingle(Implicit)Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Xml.Serialization.IXmlSerializable.GetSchemaDocumentation for this section has not yet been entered.
System.Xml.Serialization.IXmlSerializable.ReadXmlDocumentation for this section has not yet been entered.
System.Xml.Serialization.IXmlSerializable.WriteXmlDocumentation for this section has not yet been entered.