SqlSingle Estructura
Definición
Representa un número de punto flotante, comprendido en el intervalo de -3,40E +38 a 3,40E +38, que se almacena en una base de datos o se recupera de una base de datos.Represents a floating point number within the range of -3.40E +38 through 3.40E +38 to be stored in or retrieved from a database.
public value class SqlSingle : IComparable, System::Data::SqlTypes::INullable, System::Xml::Serialization::IXmlSerializable
[System.Serializable]
public struct SqlSingle : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
type SqlSingle = struct
interface INullable
interface IXmlSerializable
Public Structure SqlSingle
Implements IComparable, INullable, IXmlSerializable
- Herencia
- Atributos
- Implementaciones
Comentarios
Se asigna al tipo de datos SQL Server real.Maps to the SQL Server real data type. Para obtener más información, vea System.Data.SqlTypes.For more information, see System.Data.SqlTypes.
Constructores
SqlSingle(Double) |
Inicializa una nueva instancia de la estructura SqlSingle utilizando el parámetro Double especificado.Initializes a new instance of the SqlSingle structure using the supplied double parameter. |
SqlSingle(Single) |
Inicializa una nueva instancia de la estructura SqlSingle.Initializes a new instance of the SqlSingle structure. |
Campos
MaxValue |
Representa el valor máximo que se puede asignar a la propiedad Value de una instancia de la clase SqlSingle.Represents the maximum value that can be assigned to the Value property of an instance of the SqlSingle class. |
MinValue |
Representa el valor mínimo que se puede asignar a la propiedad Value de una instancia de la clase SqlSingle.Represents the minimum value that can be assigned to Value property of an instance of the SqlSingle class. |
Null |
Representa una clase DBNull que se puede asignar a esta instancia de la estructura SqlSingle.Represents a DBNull that can be assigned to this instance of the SqlSingle structure. |
Zero |
Representa el valor cero que se puede asignar a la propiedad Value de una instancia de la clase SqlSingle.Represents the zero value that can be assigned to the Value property of an instance of the SqlSingle class. |
Propiedades
IsNull |
Indica si esta estructura SqlSingle es null.Indicates whether this SqlSingle structure is null. |
Value |
Obtiene el valor de esta estructura SqlSingle.Gets the value of this SqlSingle structure. Esta propiedad es de sólo lectura.This property is read-only. |
Métodos
Add(SqlSingle, SqlSingle) |
Calcula la suma de las dos estructuras SqlSingle especificadas.Computes the sum of the two specified SqlSingle structures. |
CompareTo(Object) |
Compara esta instancia de SqlSingle con el Object especificado y devuelve una indicación de los valores relativos.Compares this SqlSingle instance to the supplied Object and returns an indication of their relative values. |
CompareTo(SqlSingle) |
Compara esta instancia de SqlSingle con el SqlSingle especificado y devuelve una indicación de los valores relativos.Compares this SqlSingle instance to the supplied SqlSingle and returns an indication of their relative values. |
Divide(SqlSingle, SqlSingle) |
Divide la primera estructura SqlSingle por la segunda.Divides the first SqlSingle structure by the second. |
Equals(Object) |
Compara el parámetro del objeto especificado con la propiedad Value del objeto SqlSingle.Compares the supplied object parameter to the Value property of the SqlSingle object. |
Equals(SqlSingle, SqlSingle) |
Realiza una comparación lógica de los dos parámetros SqlSingle para determinar si son iguales.Performs a logical comparison of the two SqlSingle parameters to determine whether they are equal. |
GetHashCode() |
Obtiene el código hash de esta instancia.Gets the hash code for this instance. |
GetXsdType(XmlSchemaSet) |
Devuelve el lenguaje de definición de esquemas XML (XSD) del objeto XmlSchemaSet especificado.Returns the XML Schema definition language (XSD) of the specified XmlSchemaSet. |
GreaterThan(SqlSingle, SqlSingle) |
Realiza una comparación lógica de los dos operandos SqlSingle para determinar si el primero es mayor que el segundo.Performs a logical comparison of the two SqlSingle operands to determine whether the first is greater than the second. |
GreaterThanOrEqual(SqlSingle, SqlSingle) |
Realiza una comparación lógica de las dos estructuras SqlSingle para determinar si la primera es mayor o igual que la segunda.Performs a logical comparison of two SqlSingle structures to determine whether the first is greater than or equal to the second. |
LessThan(SqlSingle, SqlSingle) |
Realiza una comparación lógica de los dos parámetros SqlSingle para determinar si el primero es menor que el segundo.Performs a logical comparison of the two SqlSingle parameters to determine whether the first is less than the second. |
LessThanOrEqual(SqlSingle, SqlSingle) |
Realiza una comparación lógica de dos parámetros SqlSingle para determinar si el primero es menor o igual que el segundo.Performs a logical comparison of the two SqlSingle parameters to determine whether the first is less than or equal to the second. |
Multiply(SqlSingle, SqlSingle) |
Calcula el producto de las dos estructuras SqlSingle especificadas.Computes the product of the two specified SqlSingle structures. |
NotEquals(SqlSingle, SqlSingle) |
Realiza una comparación lógica de dos parámetros SqlSingle para determinar si no son iguales.Performs a logical comparison of the two SqlSingle parameters to determine whether they are not equal. |
Parse(String) |
Convierte la estructura String especificada en una estructura SqlSingle.Converts the specified String to a SqlSingle structure. |
Subtract(SqlSingle, SqlSingle) |
Resta la segunda estructura SqlSingle de la primera.Subtracts the second SqlSingle structure from the first. |
ToSqlBoolean() |
Convierte esta estructura SqlSingle en SqlBoolean.Converts this SqlSingle structure to SqlBoolean. |
ToSqlByte() |
Convierte esta estructura SqlSingle en SqlByte.Converts this SqlSingle structure to SqlByte. |
ToSqlDecimal() |
Convierte esta estructura SqlSingle en SqlDecimal.Converts this SqlSingle structure to SqlDecimal. |
ToSqlDouble() |
Convierte esta estructura SqlSingle en SqlDouble.Converts this SqlSingle structure to SqlDouble. |
ToSqlInt16() |
Convierte esta estructura SqlSingle en SqlInt16.Converts this SqlSingle structure to SqlInt16. |
ToSqlInt32() |
Convierte esta estructura SqlSingle en SqlInt32.Converts this SqlSingle structure to SqlInt32. |
ToSqlInt64() |
Convierte esta estructura SqlSingle en SqlInt64.Converts this SqlSingle structure to SqlInt64. |
ToSqlMoney() |
Convierte esta estructura SqlSingle en SqlMoney.Converts this SqlSingle structure to SqlMoney. |
ToSqlString() |
Convierte esta estructura SqlSingle en SqlString.Converts this SqlSingle structure to SqlString. |
ToString() |
Convierte esta estructura SqlSingle en String.Converts this SqlSingle structure to String. |
Operadores
Addition(SqlSingle, SqlSingle) |
Calcula la suma de las dos estructuras SqlSingle especificadas.Computes the sum of the two specified SqlSingle structures. |
Division(SqlSingle, SqlSingle) |
Divide la primera estructura SqlSingle por la segunda.Divides the first SqlSingle structure by the second. |
Equality(SqlSingle, SqlSingle) |
Realiza una comparación lógica de los dos parámetros SqlSingle para determinar si son iguales.Performs a logical comparison of the two SqlSingle parameters to determine whether they are equal. |
Explicit(SqlBoolean to SqlSingle) |
Este operador implícito convierte el SqlBoolean especificado en SqlSingle.This implicit operator converts the supplied SqlBoolean to SqlSingle. |
Explicit(SqlDouble to SqlSingle) |
Convierte el parámetro SqlDouble proporcionado en SqlSingle.Converts the supplied SqlDouble parameter to SqlSingle. |
Explicit(SqlSingle to Single) |
Convierte la estructura SqlSingle especificada en un valor flotante.Converts the specified SqlSingle structure to float. |
Explicit(SqlString to SqlSingle) |
Convierte el parámetro SqlString proporcionado en SqlSingle.Converts the supplied SqlString parameter to SqlSingle. |
GreaterThan(SqlSingle, SqlSingle) |
Realiza una comparación lógica de los dos operandos SqlSingle para determinar si el primero es mayor que el segundo.Performs a logical comparison of the two SqlSingle operands to determine whether the first is greater than the second. |
GreaterThanOrEqual(SqlSingle, SqlSingle) |
Realiza una comparación lógica de las dos estructuras SqlSingle para determinar si la primera es mayor o igual que la segunda.Performs a logical comparison of two SqlSingle structures to determine whether the first is greater than or equal to the second. |
Implicit(Single to SqlSingle) |
Convierte el valor de punto flotante especificado en SqlSingle.Converts the specified floating point value to SqlSingle. |
Implicit(SqlByte to SqlSingle) |
Este operador implícito convierte el parámetro SqlByte en SqlSingle.This implicit operator converts the SqlByte parameter to SqlSingle. |
Implicit(SqlDecimal to SqlSingle) |
Convierte el parámetro SqlDecimal proporcionado en SqlSingle.Converts the supplied SqlDecimal parameter to SqlSingle. |
Implicit(SqlInt16 to SqlSingle) |
Convierte el parámetro SqlInt16 proporcionado en SqlSingle.Converts the supplied SqlInt16 parameter to SqlSingle. |
Implicit(SqlInt32 to SqlSingle) |
Convierte la estructura SqlInt32 proporcionada en SqlSingle.Converts the supplied SqlInt32 structure to SqlSingle. |
Implicit(SqlInt64 to SqlSingle) |
Convierte el parámetro SqlInt64 proporcionado en SqlSingle.Converts the supplied SqlInt64 parameter to SqlSingle. |
Implicit(SqlMoney to SqlSingle) |
Convierte la estructura SqlMoney proporcionada en SqlSingle.Converts the supplied SqlMoney structure to SqlSingle. |
Inequality(SqlSingle, SqlSingle) |
Realiza una comparación lógica de dos parámetros SqlSingle para determinar si no son iguales.Performs a logical comparison of the two SqlSingle parameters to determine whether they are not equal. |
LessThan(SqlSingle, SqlSingle) |
Realiza una comparación lógica de los dos parámetros SqlSingle para determinar si el primero es menor que el segundo.Performs a logical comparison of the two SqlSingle parameters to determine whether the first is less than the second. |
LessThanOrEqual(SqlSingle, SqlSingle) |
Realiza una comparación lógica de dos parámetros SqlSingle para determinar si el primero es menor o igual que el segundo.Performs a logical comparison of the two SqlSingle parameters to determine whether the first is less than or equal to the second. |
Multiply(SqlSingle, SqlSingle) |
Calcula el producto de las dos estructuras SqlSingle especificadas.Computes the product of the two specified SqlSingle structures. |
Subtraction(SqlSingle, SqlSingle) |
Resta la segunda estructura SqlSingle de la primera.Subtracts the second SqlSingle structure from the first. |
UnaryNegation(SqlSingle) |
Niega la propiedad Value de la estructura SqlSingle especificada.Negates the Value of the specified SqlSingle structure. |
Implementaciones de interfaz explícitas
IXmlSerializable.GetSchema() |
Este miembro admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IXmlSerializable.ReadXml(XmlReader) |
Este miembro admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IXmlSerializable.WriteXml(XmlWriter) |
Este miembro admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |