SqlSingle Estrutura
Definição
Representa um número de ponto flutuante no intervalo de -3,40E +38 a 3,40E +38 a ser armazenado ou recuperado de um banco de dados.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
public value class SqlSingle : IComparable, System::Data::SqlTypes::INullable
public struct SqlSingle : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
public struct SqlSingle : IComparable, System.Data.SqlTypes.INullable
[System.Serializable]
public struct SqlSingle : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
type SqlSingle = struct
interface INullable
interface IXmlSerializable
type SqlSingle = struct
interface INullable
[<System.Serializable>]
type SqlSingle = struct
interface INullable
interface IXmlSerializable
Public Structure SqlSingle
Implements IComparable, INullable, IXmlSerializable
Public Structure SqlSingle
Implements IComparable, INullable
- Herança
- Atributos
- Implementações
Comentários
Mapeia para o SQL Server tipo de dados real.Maps to the SQL Server real data type. Para obter mais informações, consulte System.Data.SqlTypes.For more information, see System.Data.SqlTypes.
Construtores
| SqlSingle(Double) |
Inicializa uma nova instância da estrutura SqlSingle usando o parâmetro duplo fornecido.Initializes a new instance of the SqlSingle structure using the supplied double parameter. |
| SqlSingle(Single) |
Inicializa uma nova instância da estrutura SqlSingle.Initializes a new instance of the SqlSingle structure. |
Campos
| MaxValue |
Representa o valor máximo que pode ser atribuído à propriedade Value de uma instância da classe SqlSingle.Represents the maximum value that can be assigned to the Value property of an instance of the SqlSingle class. |
| MinValue |
Representa o valor mínimo que pode ser atribuído à propriedade Value de uma instância da classe SqlSingle.Represents the minimum value that can be assigned to Value property of an instance of the SqlSingle class. |
| Null |
Representa um DBNull que pode ser atribuído a essa instância da estrutura SqlSingle.Represents a DBNull that can be assigned to this instance of the SqlSingle structure. |
| Zero |
Representa o valor zero que pode ser atribuído à propriedade Value de uma instância da classe SqlSingle.Represents the zero value that can be assigned to the Value property of an instance of the SqlSingle class. |
Propriedades
| IsNull |
Indica se esta estrutura SqlSingle é nula.Indicates whether this SqlSingle structure is null. |
| Value |
Obtém o valor desta estrutura SqlSingle.Gets the value of this SqlSingle structure. Esta propriedade é somente para leitura.This property is read-only. |
Métodos
| Add(SqlSingle, SqlSingle) |
Calcula a soma das duas estruturas SqlSingle especificadas.Computes the sum of the two specified SqlSingle structures. |
| CompareTo(Object) |
Compara esta instância SqlSingle com o Object fornecido e retorna uma indicação de seus valores relativos.Compares this SqlSingle instance to the supplied Object and returns an indication of their relative values. |
| CompareTo(SqlSingle) |
Compara esta instância SqlSingle com o SqlSingle fornecido e retorna uma indicação de seus valores relativos.Compares this SqlSingle instance to the supplied SqlSingle and returns an indication of their relative values. |
| Divide(SqlSingle, SqlSingle) |
Divide a primeira estrutura SqlSingle pela segunda.Divides the first SqlSingle structure by the second. |
| Equals(Object) |
Compara o parâmetro de objeto fornecido com a propriedade Value do objeto SqlSingle.Compares the supplied object parameter to the Value property of the SqlSingle object. |
| Equals(SqlSingle, SqlSingle) |
Executa uma comparação lógica dos dois parâmetros SqlSingle para determinar se eles são iguais.Performs a logical comparison of the two SqlSingle parameters to determine whether they are equal. |
| GetHashCode() |
Obtém o código hash para esta instância.Gets the hash code for this instance. |
| GetXsdType(XmlSchemaSet) |
Retorna a XSD (linguagem de definição de esquema XML) do XmlSchemaSet especificado.Returns the XML Schema definition language (XSD) of the specified XmlSchemaSet. |
| GreaterThan(SqlSingle, SqlSingle) |
Executa uma comparação lógica dos dois operandos SqlSingle para determinar se o primeiro é maior que o segundo.Performs a logical comparison of the two SqlSingle operands to determine whether the first is greater than the second. |
| GreaterThanOrEqual(SqlSingle, SqlSingle) |
Executa uma comparação lógica de duas estruturas SqlSingle para determinar se a primeira é maior ou igual à 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) |
Executa uma comparação lógica dos dois parâmetros SqlSingle para determinar se o primeiro é menor que o segundo.Performs a logical comparison of the two SqlSingle parameters to determine whether the first is less than the second. |
| LessThanOrEqual(SqlSingle, SqlSingle) |
Executa uma comparação lógica dos dois parâmetros SqlSingle para determinar se o primeiro é menor ou igual ao 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 o produto das duas estruturas SqlSingle especificadas.Computes the product of the two specified SqlSingle structures. |
| NotEquals(SqlSingle, SqlSingle) |
Executa uma comparação lógica dos dois parâmetros SqlSingle para determinar se eles não são iguais.Performs a logical comparison of the two SqlSingle parameters to determine whether they are not equal. |
| Parse(String) |
Converte a String especificada em uma estrutura SqlSingle.Converts the specified String to a SqlSingle structure. |
| Subtract(SqlSingle, SqlSingle) |
Subtrai a segunda estrutura SqlSingle da primeira.Subtracts the second SqlSingle structure from the first. |
| ToSqlBoolean() |
Converte esta estrutura SqlSingle em SqlBoolean.Converts this SqlSingle structure to SqlBoolean. |
| ToSqlByte() |
Converte esta estrutura SqlSingle em SqlByte.Converts this SqlSingle structure to SqlByte. |
| ToSqlDecimal() |
Converte esta estrutura SqlSingle em SqlDecimal.Converts this SqlSingle structure to SqlDecimal. |
| ToSqlDouble() |
Converte esta estrutura SqlSingle em SqlDouble.Converts this SqlSingle structure to SqlDouble. |
| ToSqlInt16() |
Converte esta estrutura SqlSingle em SqlInt16.Converts this SqlSingle structure to SqlInt16. |
| ToSqlInt32() |
Converte esta estrutura SqlSingle em SqlInt32.Converts this SqlSingle structure to SqlInt32. |
| ToSqlInt64() |
Converte esta estrutura SqlSingle em SqlInt64.Converts this SqlSingle structure to SqlInt64. |
| ToSqlMoney() |
Converte esta estrutura SqlSingle em SqlMoney.Converts this SqlSingle structure to SqlMoney. |
| ToSqlString() |
Converte esta estrutura SqlSingle em SqlString.Converts this SqlSingle structure to SqlString. |
| ToString() |
Converte esta estrutura SqlSingle em String.Converts this SqlSingle structure to String. |
Operadores
| Addition(SqlSingle, SqlSingle) |
Calcula a soma das duas estruturas SqlSingle especificadas.Computes the sum of the two specified SqlSingle structures. |
| Division(SqlSingle, SqlSingle) |
Divide a primeira estrutura SqlSingle pela segunda.Divides the first SqlSingle structure by the second. |
| Equality(SqlSingle, SqlSingle) |
Executa uma comparação lógica dos dois parâmetros SqlSingle para determinar se eles são iguais.Performs a logical comparison of the two SqlSingle parameters to determine whether they are equal. |
| Explicit(SqlBoolean to SqlSingle) |
Este operador implícito converte o SqlBoolean fornecido em SqlSingle.This implicit operator converts the supplied SqlBoolean to SqlSingle. |
| Explicit(SqlDouble to SqlSingle) |
Converte o parâmetro SqlDouble fornecido em SqlSingle.Converts the supplied SqlDouble parameter to SqlSingle. |
| Explicit(SqlSingle to Single) |
Converte a estrutura SqlSingle especificada em um float.Converts the specified SqlSingle structure to float. |
| Explicit(SqlString to SqlSingle) |
Converte o parâmetro SqlString fornecido em SqlSingle.Converts the supplied SqlString parameter to SqlSingle. |
| GreaterThan(SqlSingle, SqlSingle) |
Executa uma comparação lógica dos dois operandos SqlSingle para determinar se o primeiro é maior que o segundo.Performs a logical comparison of the two SqlSingle operands to determine whether the first is greater than the second. |
| GreaterThanOrEqual(SqlSingle, SqlSingle) |
Executa uma comparação lógica de duas estruturas SqlSingle para determinar se a primeira é maior ou igual à 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) |
Converte o valor de ponto flutuante especificado em SqlSingle.Converts the specified floating point value to SqlSingle. |
| Implicit(SqlByte to SqlSingle) |
Este operador implícito converte o parâmetro SqlByte em SqlSingle.This implicit operator converts the SqlByte parameter to SqlSingle. |
| Implicit(SqlDecimal to SqlSingle) |
Converte o parâmetro SqlDecimal fornecido em SqlSingle.Converts the supplied SqlDecimal parameter to SqlSingle. |
| Implicit(SqlInt16 to SqlSingle) |
Converte o parâmetro SqlInt16 fornecido em SqlSingle.Converts the supplied SqlInt16 parameter to SqlSingle. |
| Implicit(SqlInt32 to SqlSingle) |
Converte a estrutura SqlInt32 fornecida em SqlSingle.Converts the supplied SqlInt32 structure to SqlSingle. |
| Implicit(SqlInt64 to SqlSingle) |
Converte o parâmetro SqlInt64 fornecido em SqlSingle.Converts the supplied SqlInt64 parameter to SqlSingle. |
| Implicit(SqlMoney to SqlSingle) |
Converte a estrutura SqlMoney fornecida em SqlSingle.Converts the supplied SqlMoney structure to SqlSingle. |
| Inequality(SqlSingle, SqlSingle) |
Executa uma comparação lógica dos dois parâmetros SqlSingle para determinar se eles não são iguais.Performs a logical comparison of the two SqlSingle parameters to determine whether they are not equal. |
| LessThan(SqlSingle, SqlSingle) |
Executa uma comparação lógica dos dois parâmetros SqlSingle para determinar se o primeiro é menor que o segundo.Performs a logical comparison of the two SqlSingle parameters to determine whether the first is less than the second. |
| LessThanOrEqual(SqlSingle, SqlSingle) |
Executa uma comparação lógica dos dois parâmetros SqlSingle para determinar se o primeiro é menor ou igual ao 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 o produto das duas estruturas SqlSingle especificadas.Computes the product of the two specified SqlSingle structures. |
| Subtraction(SqlSingle, SqlSingle) |
Subtrai a segunda estrutura SqlSingle da primeira.Subtracts the second SqlSingle structure from the first. |
| UnaryNegation(SqlSingle) |
Nega o Value da estrutura SqlSingle especificada.Negates the Value of the specified SqlSingle structure. |
Implantações explícitas de interface
| IXmlSerializable.GetSchema() |
Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
| IXmlSerializable.ReadXml(XmlReader) |
Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
| IXmlSerializable.WriteXml(XmlWriter) |
Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |