<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Value Class > Value Operators and Type Conversions |
The operators and type conversions of the Value class are listed below. For a complete list of Value class members, see the Value Members topic.
The addition operator computes the sum of the two instances of the Value class |
|
The decrement operator (--) decrements the value by 1. |
|
The division operator (/) divides its first value type operand by its second. |
|
Overloaded. The equality operator (==) returns true if the two instances of the Value class are equal, false otherwise. |
|
The increment operator (++) increments the value by 1. |
|
Overloaded. The inequality operator (!=) returns false if the two instances of the Value class are equal, true otherwise. |
|
The multiplication operator (*) computes the product of two instances of the Value class |
|
The subtraction operator computes the difference between the two instances of the Value class |
|
Converts the instance of the Value class to a Boolean value An InvalidCastException exception is thrown for invalid conversions |
|
Converts the instance of the Value class to a Boolean field value An InvalidCastException exception is thrown for invalid conversions |
|
Converts the instance of the Value class to a Byte value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a Byte field value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a DateTime value An InvalidCastException exception is thrown for conversions from Boolean, TimeSpan, String or Structure |
|
Converts the instance of the Value class to a DateTime field value An InvalidCastException exception is thrown for conversions from Boolean, TimeSpan, String or Structure |
|
Converts the instance of the Value class to a Double value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a Double field value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a Int16 value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a Int16 field value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a Int32 value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a Int32 field value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a Int64 value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a Int64 field value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a SByte value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a SByte field value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a Single value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a Single field value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a String value An InvalidCastException exception is thrown for conversions from Structure |
|
Converts the instance of the Value class to a String field value An InvalidCastException exception is thrown for conversions from Structure |
|
Converts the instance of the Value class to a TimeSpan value An InvalidCastException exception is thrown for conversions from Boolean, DateTime, String or Structure |
|
Converts the instance of the Value class to a TimeSpan field value An InvalidCastException exception is thrown for conversions from Boolean, DateTime, String or Structure |
|
Converts the instance of the Value class to a UInt16 value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a UInt16 field value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a UInt32 value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a UInt32 field value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a UInt64 value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts the instance of the Value class to a UInt64 field value An InvalidCastException exception is thrown for conversions from DateTime, TimeSpan or Structure |
|
Converts a Boolean value to an instance of the Value class |
|
Converts a Boolean field value to an instance of the Value class |
|
Converts an Byte value to an instance of the Value class |
|
Converts a Byte field value to an instance of the Value class |
|
Converts a DateTime value to an instance of the Value class |
|
Converts a DateTime field value to an instance of the Value class |
|
Converts a Double value to an instance of the Value class |
|
Converts a Double field value to an instance of the Value class |
|
Converts an Int16 value to an instance of the Value class |
|
Converts an Int16 field value to an instance of the Value class |
|
Converts an Int32 value to an instance of the Value class |
|
Converts an Int32 field value to an instance of the Value class |
|
Converts an Int64 value to an instance of the Value class |
|
Converts an Int64 field value to an instance of the Value class |
|
Converts an SByte value to an instance of the Value class |
|
Converts an SByte field value to an instance of the Value class |
|
Converts a Single value to an instance of the Value class |
|
Converts a Single field value to an instance of the Value class |
|
Converts a String value to an instance of the Value class |
|
Converts a String field value to an instance of the Value class |
|
Converts a TimeSpan value to an instance of the Value class |
|
Converts a TimeSpan field value to an instance of the Value class |
|
Converts an UInt16 value to an instance of the Value class |
|
Converts an UInt16 field value to an instance of the Value class |
|
Converts an UInt32 value to an instance of the Value class |
|
Converts an UInt32 field value to an instance of the Value class |
|
Converts an UInt64 value to an instance of the Value class |
|
Converts an UInt64 field value to an instance of the Value class |
Value Class | Value Members | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]
Topics in this section: