C# Class System.Data.SqlTypes.SqlSingle

Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
MaxValue SqlSingle
MinValue SqlSingle
Null SqlSingle
Zero SqlSingle

Public Methods

Method Description
Add ( SqlSingle x, SqlSingle y ) : SqlSingle
CompareTo ( SqlSingle value ) : int
CompareTo ( object value ) : int
Divide ( SqlSingle x, SqlSingle y ) : SqlSingle
Equals ( SqlSingle x, SqlSingle y ) : SqlBoolean
Equals ( object value ) : bool
GetHashCode ( ) : int
GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName
GreaterThan ( SqlSingle x, SqlSingle y ) : SqlBoolean
GreaterThanOrEqual ( SqlSingle x, SqlSingle y ) : SqlBoolean
LessThan ( SqlSingle x, SqlSingle y ) : SqlBoolean
LessThanOrEqual ( SqlSingle x, SqlSingle y ) : SqlBoolean
Multiply ( SqlSingle x, SqlSingle y ) : SqlSingle
NotEquals ( SqlSingle x, SqlSingle y ) : SqlBoolean
Parse ( string s ) : SqlSingle
SqlSingle ( double value ) : System.Data.Common
SqlSingle ( float value ) : System.Data.Common
Subtract ( SqlSingle x, SqlSingle y ) : SqlSingle
ToSqlBoolean ( ) : SqlBoolean
ToSqlByte ( ) : SqlByte
ToSqlDecimal ( ) : SqlDecimal
ToSqlDouble ( ) : SqlDouble
ToSqlInt16 ( ) : SqlInt16
ToSqlInt32 ( ) : SqlInt32
ToSqlInt64 ( ) : SqlInt64
ToSqlMoney ( ) : SqlMoney
ToSqlString ( ) : SqlString
ToString ( ) : string
operator ( ) : SqlBoolean
operator ( ) : SqlSingle

Private Methods

Method Description
IXmlSerializable ( ) : XmlSchema
IXmlSerializable ( XmlReader reader ) : void
IXmlSerializable ( XmlWriter writer ) : void
SqlSingle ( bool fNull ) : System.Data.Common

Method Details

Add() public static method

public static Add ( SqlSingle x, SqlSingle y ) : SqlSingle
x SqlSingle
y SqlSingle
return SqlSingle

CompareTo() public method

public CompareTo ( SqlSingle value ) : int
value SqlSingle
return int

CompareTo() public method

public CompareTo ( object value ) : int
value object
return int

Divide() public static method

public static Divide ( SqlSingle x, SqlSingle y ) : SqlSingle
x SqlSingle
y SqlSingle
return SqlSingle

Equals() public static method

public static Equals ( SqlSingle x, SqlSingle y ) : SqlBoolean
x SqlSingle
y SqlSingle
return SqlBoolean

Equals() public method

public Equals ( object value ) : bool
value object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetXsdType() public static method

public static GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName
schemaSet XmlSchemaSet
return XmlQualifiedName

GreaterThan() public static method

public static GreaterThan ( SqlSingle x, SqlSingle y ) : SqlBoolean
x SqlSingle
y SqlSingle
return SqlBoolean

GreaterThanOrEqual() public static method

public static GreaterThanOrEqual ( SqlSingle x, SqlSingle y ) : SqlBoolean
x SqlSingle
y SqlSingle
return SqlBoolean

LessThan() public static method

public static LessThan ( SqlSingle x, SqlSingle y ) : SqlBoolean
x SqlSingle
y SqlSingle
return SqlBoolean

LessThanOrEqual() public static method

public static LessThanOrEqual ( SqlSingle x, SqlSingle y ) : SqlBoolean
x SqlSingle
y SqlSingle
return SqlBoolean

Multiply() public static method

public static Multiply ( SqlSingle x, SqlSingle y ) : SqlSingle
x SqlSingle
y SqlSingle
return SqlSingle

NotEquals() public static method

public static NotEquals ( SqlSingle x, SqlSingle y ) : SqlBoolean
x SqlSingle
y SqlSingle
return SqlBoolean

Parse() public static method

public static Parse ( string s ) : SqlSingle
s string
return SqlSingle

SqlSingle() public method

public SqlSingle ( double value ) : System.Data.Common
value double
return System.Data.Common

SqlSingle() public method

public SqlSingle ( float value ) : System.Data.Common
value float
return System.Data.Common

Subtract() public static method

public static Subtract ( SqlSingle x, SqlSingle y ) : SqlSingle
x SqlSingle
y SqlSingle
return SqlSingle

ToSqlBoolean() public method

public ToSqlBoolean ( ) : SqlBoolean
return SqlBoolean

ToSqlByte() public method

public ToSqlByte ( ) : SqlByte
return SqlByte

ToSqlDecimal() public method

public ToSqlDecimal ( ) : SqlDecimal
return SqlDecimal

ToSqlDouble() public method

public ToSqlDouble ( ) : SqlDouble
return SqlDouble

ToSqlInt16() public method

public ToSqlInt16 ( ) : SqlInt16
return SqlInt16

ToSqlInt32() public method

public ToSqlInt32 ( ) : SqlInt32
return SqlInt32

ToSqlInt64() public method

public ToSqlInt64 ( ) : SqlInt64
return SqlInt64

ToSqlMoney() public method

public ToSqlMoney ( ) : SqlMoney
return SqlMoney

ToSqlString() public method

public ToSqlString ( ) : SqlString
return SqlString

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : SqlBoolean
return SqlBoolean

operator() public static method

public static operator ( ) : SqlSingle
return SqlSingle

Property Details

MaxValue public_oe static_oe property

public static SqlSingle,System.Data.SqlTypes MaxValue
return SqlSingle

MinValue public_oe static_oe property

public static SqlSingle,System.Data.SqlTypes MinValue
return SqlSingle

Null public_oe static_oe property

public static SqlSingle,System.Data.SqlTypes Null
return SqlSingle

Zero public_oe static_oe property

public static SqlSingle,System.Data.SqlTypes Zero
return SqlSingle