%PDF- %PDF-
Direktori : /mnt/tnb/Desktop/Tips.Quality.Common.Seeds/bin/Debug/netstandard2.0/ |
Current File : //mnt/tnb/Desktop/Tips.Quality.Common.Seeds/bin/Debug/netstandard2.0/Tix.Runtime.xml |
<?xml version="1.0"?> <doc> <assembly> <name>Tix.Runtime</name> </assembly> <members> <member name="T:Tix.Runtime.DefaultTimeProvider"> <summary> Exposes the DateTime implementation for accessing the time. </summary> </member> <member name="M:Tix.Runtime.DefaultTimeProvider.#cctor"> <summary> Initializes static members of the <see cref="T:Tix.Runtime.DefaultTimeProvider"/> class. </summary> </member> <member name="P:Tix.Runtime.DefaultTimeProvider.Instance"> <summary> Gets the instance. </summary> </member> <member name="P:Tix.Runtime.DefaultTimeProvider.UtcNow"> <summary> Gets the current time of the current time zone. </summary> </member> <member name="T:Tix.Runtime.Encryption"> <summary> The Encryption class. </summary> </member> <member name="F:Tix.Runtime.Encryption.LoginInitVector"> <summary>The login init vector.</summary> </member> <member name="F:Tix.Runtime.Encryption.LoginKeysize"> <summary>The login keysize.</summary> </member> <member name="M:Tix.Runtime.Encryption.DecryptPassword(System.String,System.String)"> <summary>Decrypts the password.</summary> <param name="authenticationKey">The authentication key.</param> <param name="encryptedPassword">The encrypted password.</param> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="M:Tix.Runtime.Encryption.EncryptPassword(System.String,System.String)"> <summary>Encrypts the password.</summary> <param name="authenticationKey">The authentication key.</param> <param name="password">The password.</param> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="M:Tix.Runtime.Encryption.EncryptString(System.String,System.String)"> <summary> Encrypts the string. </summary> <param name="authenticationKey">The authentication key.</param> <param name="stringtoEncrypt">The string to encrypt (in base64).</param> <returns>The encrypted string in base64.</returns> </member> <member name="M:Tix.Runtime.Encryption.DecryptString(System.String,System.String)"> <summary> Decrypts the string. </summary> <param name="authenticationKey">The authentication key.</param> <param name="stringToDecryptInBase64">The string to decrypt in base64.</param> <returns>The decrypted string.</returns> </member> <member name="T:Tix.Runtime.Extensions.DictionaryExtension"> <summary>The dictionary extension.</summary> </member> <member name="M:Tix.Runtime.Extensions.DictionaryExtension.GetValueOrDefault``2(System.Collections.Generic.IDictionary{``0,``1},``0)"> <summary>Gets the value or default. Allows smoothly accessing values by key using in LINQ.</summary> <typeparam name="TKey">The type of the key.</typeparam> <typeparam name="TValue">The type of the value.</typeparam> <param name="dictionary">The dictionary.</param> <param name="key">The key.</param> <returns>The value under key or default value of the TValue type.</returns> <remarks>Based on http://stackoverflow.com/questions/538729/is-there-an-idictionary-implementation-that-on-missing-key-returns-the-default .</remarks> </member> <member name="T:Tix.Runtime.Extensions.LazyExtensions"> <summary> Extensions for the lazy class. </summary> </member> <member name="M:Tix.Runtime.Extensions.LazyExtensions.Initialize``1(System.Lazy{``0})"> <summary> Initializes the lazy instance on demand by calling it's Value property. </summary> <typeparam name="T">The type that is wrapped by the lazy class.</typeparam> <param name="lazy">The instance that is initialized.</param> </member> <member name="T:Tix.Runtime.Extensions.TypeExtensions"> <summary>The extensions for Type.</summary> </member> <member name="M:Tix.Runtime.Extensions.TypeExtensions.IsEnumWithFlags(System.Type)"> <summary>Determines whether the specified type has flags.</summary> <param name="type">The type.</param> <returns>True if type is enum and has flags attribute.</returns> </member> <member name="T:Tix.Runtime.Extensions.EnumerableAlgorithms"> <summary> Algorithms working on enumerable lists. </summary> </member> <member name="M:Tix.Runtime.Extensions.EnumerableAlgorithms.BucketSort``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Func{``0,``0,System.Int32})"> <summary> The bucket sort algorithm. The algorithm expects already sorted lists, so enumerableLeft and enumerableRight must already been sorted according the compareFunc method. The algorithms goes through the lists one by one, comparing the current items of both sides and returning the lesser item. If two items match according to compareFunc, both items are emitted, left before right. </summary> <param name="enumerableLeft">The enumerable left.</param> <param name="enumerableRight">The enumerable right.</param> <param name="compareFunc">The compare function.</param> <typeparam name="TItem">The items of the list.</typeparam> <returns>The <see cref="T:System.Collections.Generic.IEnumerable`1"/>.</returns> </member> <member name="T:Tix.Runtime.Extensions.DateTimeExtensions"> <summary> Contains methods to work with DateTime instances. </summary> </member> <member name="M:Tix.Runtime.Extensions.DateTimeExtensions.Max(System.DateTime,System.DateTime)"> <summary> Returns the maximum of the two dates. </summary> <param name="d1">The first date time instance.</param> <param name="d2">The second date time instance.</param> <returns>The maximum of the two dates</returns> </member> <member name="M:Tix.Runtime.Extensions.DateTimeExtensions.Truncate(System.DateTime,System.TimeSpan)"> <summary> Truncate date time to specified precision </summary> <param name="dateTime">Date time to be truncated</param> <param name="precision">Precision specification</param> <returns>Truncated datetime</returns> </member> <member name="T:Tix.Runtime.Extensions.DoubleExtensions"> <summary> Extensions for the double type. </summary> </member> <member name="M:Tix.Runtime.Extensions.DoubleExtensions.IsEqualTo(System.Double,System.Double)"> <summary> Tests the two double values for equality. </summary> <param name="value1">The value1.</param> <param name="value2">The value2.</param> <returns>True when the values are equal within the given epsilon</returns> </member> <member name="M:Tix.Runtime.Extensions.DoubleExtensions.IsEqualTo(System.Double,System.Double,System.Double)"> <summary> Tests the two double values for equality. </summary> <param name="value1">The value1.</param> <param name="value2">The value2.</param> <param name="epsilon">The epsilon.</param> <returns>True when the values are equal within the given epsilon</returns> </member> <member name="M:Tix.Runtime.Extensions.DoubleExtensions.IsEqualTo(System.Nullable{System.Double},System.Nullable{System.Double})"> <summary> Tests the two double values for equality. </summary> <param name="value1">The value1.</param> <param name="value2">The value2.</param> <returns>True when the values are equal within the given epsilon</returns> </member> <member name="M:Tix.Runtime.Extensions.DoubleExtensions.IsEqualTo(System.Nullable{System.Double},System.Nullable{System.Double},System.Double)"> <summary> Tests the two double values for equality. </summary> <param name="value1">The value1.</param> <param name="value2">The value2.</param> <param name="epsilon">The epsilon.</param> <returns>True when the values are equal within the given epsilon</returns> </member> <member name="T:Tix.Runtime.Extensions.EnumerableExtensions"> <summary>The enumerable extensions.</summary> </member> <member name="M:Tix.Runtime.Extensions.EnumerableExtensions.ToDictionaryFirstOnly``2(System.Collections.Generic.IEnumerable{``1},System.Func{``1,``0})"> <summary>The to dictionary first only.</summary> <param name="list">The list.</param> <param name="keySelector">The key selector.</param> <typeparam name="TKey">The key type.</typeparam> <typeparam name="TValue">The enumerable type.</typeparam> <returns>The dictionary.</returns> </member> <member name="M:Tix.Runtime.Extensions.EnumerableExtensions.AsList``1(System.Collections.Generic.IEnumerable{``0})"> <summary> Converts an enumerable to a list. If the enumerable is already a list, it returns the same instance. </summary> <param name="enumerable">The enumerable to convert.</param> <typeparam name="T">The type of the collection item</typeparam> <returns>A list with the same content as the enumerable.</returns> </member> <member name="M:Tix.Runtime.Extensions.EnumerableExtensions.AsHashSet``1(System.Collections.Generic.IEnumerable{``0})"> <summary>Converts an enumerable to a <see cref="T:System.Collections.Generic.HashSet`1" />. If the enumerable is already a HashSet, it returns the same instance.</summary> <typeparam name="T">The type of the collection item</typeparam> <param name="enumerable">The enumerable to convert.</param> <returns>A <see cref="T:System.Collections.Generic.HashSet`1" /> with the same content as the enumerable.</returns> </member> <member name="M:Tix.Runtime.Extensions.EnumerableExtensions.Partition``1(System.Collections.Generic.IEnumerable{``0},System.Int32)"> <summary> Partitions an enumerable into partitions of the given size. </summary> <typeparam name="T">The type of the collection item</typeparam> <param name="enumerable">The enumerable to convert.</param> <param name="partitionSize">The size of the partitions.</param> <returns>An enumerable of the partitions.</returns> </member> <member name="T:Tix.Runtime.Extensions.StringExtensions"> <summary> Extension methods for the string class. </summary> </member> <member name="F:Tix.Runtime.Extensions.StringExtensions.WildCardChars"> <summary>The trim chars.</summary> </member> <member name="M:Tix.Runtime.Extensions.StringExtensions.MaxLength(System.String,System.Int32)"> <summary> Trims the input text to the maximum of length characters. </summary> <param name="input">The input.</param> <param name="length">The maximum text length.</param> <returns> The input string. </returns> </member> <member name="M:Tix.Runtime.Extensions.StringExtensions.Truncate(System.String,System.Int32)"> <summary> Truncates the specified input text. </summary> <param name="input">The input text.</param> <param name="length">The length of the returned text.</param> <returns>The text with the maximum length of length.</returns> <exception cref="T:System.ArgumentException">The length parameter must be a positive integer or 0!</exception> </member> <member name="M:Tix.Runtime.Extensions.StringExtensions.Truncate(System.String,System.Int32,System.String)"> <summary> Truncates the specified input. </summary> <param name="input">The input text.</param> <param name="length">The length of the returned text.</param> <param name="paddingText">The padding text.</param> <returns>The text with the maximum length of length.</returns> <exception cref="T:System.ArgumentException">The length parameter must be a positive integer or 0!</exception> </member> <member name="M:Tix.Runtime.Extensions.StringExtensions.TruncateToBytes(System.String,System.Int32)"> <summary> Truncates ths specified input text to specified byte length. </summary> <param name="input">The input.</param> <param name="length">The desired byte length.</param> <returns>The text with the maximum byte length of length</returns> </member> <member name="M:Tix.Runtime.Extensions.StringExtensions.TruncateToBytes(System.String,System.Int32,System.String)"> <summary> Truncates the specified input text to specified byte length. </summary> <param name="input">The input.</param> <param name="length">The desired byte length.</param> <param name="paddingText">The padding text.</param> <returns>The text with the maximum byte length of length</returns> <exception cref="T:System.ArgumentException">The length parameter must be a positive integer!</exception> </member> <member name="M:Tix.Runtime.Extensions.StringExtensions.Like(System.String,System.String)"> <summary>Indicates the value of string is like wild card value. To be Used in LINQ to objects. (It is copied from GetLikeMethod)</summary> <param name="val">The value.</param> <param name="wildcardVal">The possible wild-card value.</param> <returns><c>true</c> if the current string is like the argument; otherwise <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.Extensions.StringExtensions.AsInternedString(System.String)"> <summary> Gets an interned version of the string. </summary> <param name="value">The value.</param> <returns>The interned string.</returns> </member> <member name="M:Tix.Runtime.Extensions.StringExtensions.TruncateCharByChar(System.String,System.Int32)"> <summary> Truncates the specified input text character by character. </summary> <param name="input">The input.</param> <param name="length">The length.</param> <returns>The text with the maximum byte length of length</returns> </member> <member name="T:Tix.Runtime.Extensions.TaskExtensions"> <summary> The task extension methods. </summary> </member> <member name="M:Tix.Runtime.Extensions.TaskExtensions.RunAsynchronously(System.Threading.Tasks.Task)"> <summary> Runs the task asynchronously. This method doesn't do anything, it's just there to "hide" otherwise unused task objects. </summary> <param name="task">The task.</param> </member> <member name="M:Tix.Runtime.Extensions.TaskExtensions.AsTaskResult``1(``0)"> <summary> Creates a task from result. </summary> <typeparam name="TResult">The type of the result.</typeparam> <param name="actualValue">The actual value.</param> <returns>The task that can be awaited.</returns> </member> <member name="T:Tix.Runtime.HourDouble"> <summary>The Hour double value class (Varcode is HOUR).</summary> <summary>The Hour double value class (Varcode is HOUR).</summary> </member> <member name="M:Tix.Runtime.HourDouble.FromTimeSpan(System.TimeSpan)"> <summary> Converts a TimeSpan to a HourDouble instance. </summary> <param name="span">The time span.</param> <returns>A HourDouble instance representing the given time span.</returns> </member> <member name="M:Tix.Runtime.HourDouble.ToTimeSpan"> <summary> Converts the HourDouble instance to a time span. </summary> <returns>The time span represented by the instance.</returns> </member> <member name="M:Tix.Runtime.HourDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.HourDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.HourDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.HourDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.HourDouble.#ctor(Tix.Runtime.HourDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.HourDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.HourDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.HourDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.HourDouble.op_Equality(Tix.Runtime.HourDouble,Tix.Runtime.HourDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HourDouble.op_Inequality(Tix.Runtime.HourDouble,Tix.Runtime.HourDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HourDouble.op_Addition(Tix.Runtime.HourDouble,Tix.Runtime.HourDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HourDouble.op_Subtraction(Tix.Runtime.HourDouble,Tix.Runtime.HourDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HourDouble.op_GreaterThan(Tix.Runtime.HourDouble,Tix.Runtime.HourDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HourDouble.op_GreaterThanOrEqual(Tix.Runtime.HourDouble,Tix.Runtime.HourDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HourDouble.op_LessThan(Tix.Runtime.HourDouble,Tix.Runtime.HourDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HourDouble.op_LessThanOrEqual(Tix.Runtime.HourDouble,Tix.Runtime.HourDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HourDouble.op_Multiply(Tix.Runtime.HourDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HourDouble.op_Multiply(System.Double,Tix.Runtime.HourDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HourDouble.op_Division(Tix.Runtime.HourDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HourDouble.op_Division(Tix.Runtime.HourDouble,Tix.Runtime.HourDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HourDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.HourDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.HourDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.HourDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.HourDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.HourDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.HourDouble"/>.</returns> </member> <member name="M:Tix.Runtime.HourDouble.CompareTo(Tix.Runtime.HourDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.HourDouble.IsEqual(Tix.Runtime.HourDouble,Tix.Runtime.HourDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.HourDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.HourDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.HourDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.IApplication"> <summary> The Application information. </summary> </member> <member name="P:Tix.Runtime.IApplication.ApplicationCode"> <summary> Gets the application code. </summary> </member> <member name="P:Tix.Runtime.IApplication.ApplicationCategory"> <summary> Gets the application category. </summary> </member> <member name="P:Tix.Runtime.IApplication.Description"> <summary> Gets the description. </summary> </member> <member name="P:Tix.Runtime.IApplication.DependsOn"> <summary> Gets the depends on. </summary> </member> <member name="P:Tix.Runtime.IApplication.AssemblyNames"> <summary> Gets the assembly names. </summary> </member> <member name="T:Tix.Runtime.EvaluatorExtensionAttribute"> <summary> This attribute can be used on static classes to make them available for the field evaluation in the tix service layer. </summary> </member> <member name="T:Tix.Runtime.ExceptionHandler"> <summary> Provides tools to handle and format exceptions. </summary> </member> <member name="M:Tix.Runtime.ExceptionHandler.GetExceptionDetails(System.Exception)"> <summary>Creates a user friendly message given an Exception. Currently this simply takes the Exception.Message value, optionally but you might want to change this to treat some specific Exception classes differently</summary> <param name="e">The exception to convert.</param> <returns>The exception message.</returns> </member> <member name="M:Tix.Runtime.ExceptionHandler.ParseAggregateException(System.AggregateException,System.Text.StringBuilder)"> <summary>Parses the aggregate exception.</summary> <param name="aggregateException">The aggregate exception.</param> <param name="message">The message.</param> </member> <member name="M:Tix.Runtime.ExceptionHandler.ParseException(System.Exception,System.Text.StringBuilder)"> <summary>Parses the exception.</summary> <param name="currentException">The current exception.</param> <param name="message">The message.</param> </member> <member name="T:Tix.Runtime.Json.CompactRuDoubleBaseJsonConverter"> <summary>Converts a instance of RuDouble to and from JSON using a simple property.</summary> </member> <member name="P:Tix.Runtime.Json.CompactRuDoubleBaseJsonConverter.CanRead"> <summary>Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON.</summary> <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.Json.CompactRuDoubleBaseJsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Writes the JSON representation of the object.</summary> <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> <exception cref="T:System.ArgumentNullException">The value of 'writer', 'value' and 'serializer' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Json.CompactRuDoubleBaseJsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Reads the JSON representation of the object.</summary> <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> <exception cref="T:System.ArgumentNullException">The value of 'reader' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Json.CompactRuDoubleBaseJsonConverter.CanConvert(System.Type)"> <summary>Determines whether this instance can convert the specified object type.</summary> <param name="objectType">Type of the object.</param> <returns><c>true</c> if this instance can convert the specified object type; otherwise,<c>false</c>.</returns> </member> <member name="M:Tix.Runtime.Json.CompactRuDoubleBaseJsonConverter.CreateNullInstance(System.Type)"> <summary> Returns a null instance for the given RuDoubleBase type. </summary> <param name="objectType">The type of hte target property.</param> <returns>The null instance.</returns> </member> <member name="T:Tix.Runtime.Json.RuDoubleBaseJsonConverterBase"> <summary>Converts a instance of RuDouble to and from JSON.</summary> </member> <member name="F:Tix.Runtime.Json.RuDoubleBaseJsonConverterBase.valuePropertyName"> <summary>The value property name</summary> </member> <member name="F:Tix.Runtime.Json.RuDoubleBaseJsonConverterBase.varCodePropertyName"> <summary>The varcode property name</summary> </member> <member name="M:Tix.Runtime.Json.RuDoubleBaseJsonConverterBase.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Json.RuDoubleBaseJsonConverterBase"/> class. </summary> <param name="useCamelCase">if set to <c>true</c> [use camel case].</param> </member> <member name="P:Tix.Runtime.Json.RuDoubleBaseJsonConverterBase.CanRead"> <summary>Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON.</summary> <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.Json.RuDoubleBaseJsonConverterBase.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Writes the JSON representation of the object.</summary> <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> <exception cref="T:System.ArgumentNullException">The value of 'writer', 'value' and 'serializer' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Json.RuDoubleBaseJsonConverterBase.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Reads the JSON representation of the object.</summary> <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> <exception cref="T:System.ArgumentNullException">The value of 'reader' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Json.RuDoubleBaseJsonConverterBase.CanConvert(System.Type)"> <summary>Determines whether this instance can convert the specified object type.</summary> <param name="objectType">Type of the object.</param> <returns><c>true</c> if this instance can convert the specified object type; otherwise,<c>false</c>.</returns> </member> <member name="T:Tix.Runtime.Json.RuDoubleBaseJsonConverterNonCamelCase"> <summary>Converts a instance of RuDouble to and from JSON.</summary> </member> <member name="M:Tix.Runtime.Json.RuDoubleBaseJsonConverterNonCamelCase.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Json.RuDoubleBaseJsonConverterNonCamelCase"/> class. </summary> </member> <member name="T:Tix.Runtime.Json.TixCamelCasePropertyNamesContractResolver"> <summary>The tips camel case property names contract resolver.</summary> </member> <member name="M:Tix.Runtime.Json.TixCamelCasePropertyNamesContractResolver.CreateContract(System.Type)"> <summary>The create contract.</summary> <param name="objectType">The object type.</param> <returns>The <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.</returns> </member> <member name="M:Tix.Runtime.Json.TixCamelCasePropertyNamesContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)"> <summary>Creates the properties.</summary> <param name="type">The type.</param> <param name="memberSerialization">The member serialization.</param> <returns>The created properties.</returns> </member> <member name="M:Tix.Runtime.Json.TixCamelCasePropertyNamesContractResolver.CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization)"> <summary> Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty" /> for the given <see cref="T:System.Reflection.MemberInfo" />. </summary> <param name="member">The member to create a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty" /> for.</param> <param name="memberSerialization">The member's parent <see cref="T:Newtonsoft.Json.MemberSerialization" />.</param> <returns> A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty" /> for the given <see cref="T:System.Reflection.MemberInfo" />. </returns> </member> <member name="M:Tix.Runtime.Json.TixCamelCasePropertyNamesContractResolver.ResolveContractConverter(System.Type)"> <summary>Resolves the default <see cref="T:Newtonsoft.Json.JsonConverter"/> for the contract.</summary> <param name="objectType">Type of the object.</param> <returns>Always null, the feature is disabled for this contract. Should improve performance.</returns> </member> <member name="M:Tix.Runtime.Json.TixCamelCasePropertyNamesContractResolver.PostProcessProperties(System.Collections.Generic.IList{Newtonsoft.Json.Serialization.JsonProperty})"> <summary>Posts the process properties.</summary> <param name="list">The list.</param> </member> <member name="M:Tix.Runtime.Json.TixCamelCasePropertyNamesContractResolver.ResolvePlainPropertyName(System.String)"> <summary>The resolve plain property name.</summary> <param name="propertyName">The property name.</param> <returns>The translated property name.</returns> </member> <member name="T:Tix.Runtime.Json.CompactRuDoubleExactJsonConverter"> <summary>Converts a instance of RuDoubleExact to and from JSON.</summary> </member> <member name="P:Tix.Runtime.Json.CompactRuDoubleExactJsonConverter.CanRead"> <summary>Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON.</summary> <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.Json.CompactRuDoubleExactJsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Writes the JSON representation of the object.</summary> <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> <exception cref="T:System.ArgumentNullException">The value of 'writer', 'value' and 'serializer' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Json.CompactRuDoubleExactJsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Reads the JSON representation of the object.</summary> <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> <exception cref="T:System.ArgumentNullException">The value of 'reader' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Json.CompactRuDoubleExactJsonConverter.CanConvert(System.Type)"> <summary>Determines whether this instance can convert the specified object type.</summary> <param name="objectType">Type of the object.</param> <returns><c>true</c> if this instance can convert the specified object type; otherwise,<c>false</c>.</returns> </member> <member name="T:Tix.Runtime.Json.RuDoubleBaseJsonConverter"> <summary>Converts a instance of RuDouble to and from JSON.</summary> </member> <member name="M:Tix.Runtime.Json.RuDoubleBaseJsonConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Json.RuDoubleBaseJsonConverter"/> class. </summary> </member> <member name="T:Tix.Runtime.Json.RuDoubleExactJsonConverter"> <summary>Converts a instance of Money to and from JSON.</summary> </member> <member name="M:Tix.Runtime.Json.RuDoubleExactJsonConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Json.RuDoubleExactJsonConverter"/> class. </summary> </member> <member name="T:Tix.Runtime.Json.RuDoubleExactJsonConverterBase"> <summary>Converts a instance of Money to and from JSON.</summary> </member> <member name="F:Tix.Runtime.Json.RuDoubleExactJsonConverterBase.amountPropertyName"> <summary>The amount property name</summary> </member> <member name="F:Tix.Runtime.Json.RuDoubleExactJsonConverterBase.varCodePropertyName"> <summary>The meas unit code property name</summary> </member> <member name="M:Tix.Runtime.Json.RuDoubleExactJsonConverterBase.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Json.RuDoubleExactJsonConverterBase"/> class. </summary> <param name="useCamelCase">if set to <c>true</c> [use camel case].</param> </member> <member name="P:Tix.Runtime.Json.RuDoubleExactJsonConverterBase.CanRead"> <summary>Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON.</summary> <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.Json.RuDoubleExactJsonConverterBase.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Writes the JSON representation of the object.</summary> <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> <exception cref="T:System.ArgumentNullException">The value of 'writer', 'value' and 'serializer' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Json.RuDoubleExactJsonConverterBase.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Reads the JSON representation of the object.</summary> <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> <exception cref="T:System.ArgumentNullException">The value of 'reader' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Json.RuDoubleExactJsonConverterBase.CanConvert(System.Type)"> <summary>Determines whether this instance can convert the specified object type.</summary> <param name="objectType">Type of the object.</param> <returns><c>true</c> if this instance can convert the specified object type; otherwise,<c>false</c>.</returns> </member> <member name="T:Tix.Runtime.Json.RuDoubleExactJsonConverterNonCamelCase"> <summary>Converts a instance of Money to and from JSON.</summary> </member> <member name="M:Tix.Runtime.Json.RuDoubleExactJsonConverterNonCamelCase.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Json.RuDoubleExactJsonConverterNonCamelCase"/> class. </summary> </member> <member name="T:Tix.Runtime.Logging.ITixLog"> <summary> The logger interface. </summary> </member> <member name="P:Tix.Runtime.Logging.ITixLog.IsDebugEnabled"> <summary> Checks if this logger is enabled for the <see cref="F:log4net.Core.Level.Debug" /> level. </summary> <value> <c>true</c> if this logger is enabled for <see cref="F:log4net.Core.Level.Debug" /> events, <c>false</c> otherwise. </value> <remarks> <para> This function is intended to lessen the computational cost of disabled log debug statements. </para> <para> For some ILog interface <c>log</c>, when you write:</para> <code lang="C#"> log.Debug("This is entry number: " + i ); </code> <para> You incur the cost constructing the message, string construction and concatenation in this case, regardless of whether the message is logged or not. </para> <para> If you are worried about speed (who isn't), then you should write: </para> <code lang="C#"> if (log.IsDebugEnabled) { log.Debug("This is entry number: " + i ); } </code> <para> This way you will not incur the cost of parameter construction if debugging is disabled for <c>log</c>. On the other hand, if the <c>log</c> is debug enabled, you will incur the cost of evaluating whether the logger is debug enabled twice. Once in <see cref="P:log4net.ILog.IsDebugEnabled" /> and once in the <see cref="M:Debug(object)" />. This is an insignificant overhead since evaluating a logger takes about 1% of the time it takes to actually log. This is the preferred style of logging. </para> <para>Alternatively if your logger is available statically then the is debug enabled state can be stored in a static variable like this: </para> <code lang="C#"> private static readonly bool isDebugEnabled = log.IsDebugEnabled; </code> <para> Then when you come to log you can write: </para> <code lang="C#"> if (isDebugEnabled) { log.Debug("This is entry number: " + i ); } </code> <para> This way the debug enabled state is only queried once when the class is loaded. Using a <c>private static readonly</c> variable is the most efficient because it is a run time constant and can be heavily optimized by the JIT compiler. </para> <para> Of course if you use a static readonly variable to hold the enabled state of the logger then you cannot change the enabled state at runtime to vary the logging that is produced. You have to decide if you need absolute speed or runtime flexibility. </para> </remarks> <seealso cref="M:Debug(object)" /> <seealso cref="M:DebugFormat(IFormatProvider, string, object[])" /> </member> <member name="P:Tix.Runtime.Logging.ITixLog.IsInfoEnabled"> <summary> Checks if this logger is enabled for the <see cref="F:log4net.Core.Level.Info" /> level. </summary> <value> <c>true</c> if this logger is enabled for <see cref="F:log4net.Core.Level.Info" /> events, <c>false</c> otherwise. </value> <remarks> For more information see <see cref="P:log4net.ILog.IsDebugEnabled" />. </remarks> <seealso cref="M:Info(object)" /> <seealso cref="M:InfoFormat(IFormatProvider, string, object[])" /> <seealso cref="P:log4net.ILog.IsDebugEnabled" /> </member> <member name="P:Tix.Runtime.Logging.ITixLog.IsWarnEnabled"> <summary> Checks if this logger is enabled for the <see cref="F:log4net.Core.Level.Warn" /> level. </summary> <value> <c>true</c> if this logger is enabled for <see cref="F:log4net.Core.Level.Warn" /> events, <c>false</c> otherwise. </value> <remarks> For more information see <see cref="P:log4net.ILog.IsDebugEnabled" />. </remarks> <seealso cref="M:Warn(object)" /> <seealso cref="M:WarnFormat(IFormatProvider, string, object[])" /> <seealso cref="P:log4net.ILog.IsDebugEnabled" /> </member> <member name="P:Tix.Runtime.Logging.ITixLog.IsErrorEnabled"> <summary> Checks if this logger is enabled for the <see cref="F:log4net.Core.Level.Error" /> level. </summary> <value> <c>true</c> if this logger is enabled for <see cref="F:log4net.Core.Level.Error" /> events, <c>false</c> otherwise. </value> <remarks> For more information see <see cref="P:log4net.ILog.IsDebugEnabled" />. </remarks> <seealso cref="M:Error(object)" /> <seealso cref="M:ErrorFormat(IFormatProvider, string, object[])" /> <seealso cref="P:log4net.ILog.IsDebugEnabled" /> </member> <member name="P:Tix.Runtime.Logging.ITixLog.IsFatalEnabled"> <summary> Checks if this logger is enabled for the <see cref="F:log4net.Core.Level.Fatal" /> level. </summary> <value> <c>true</c> if this logger is enabled for <see cref="F:log4net.Core.Level.Fatal" /> events, <c>false</c> otherwise. </value> <remarks> For more information see <see cref="P:log4net.ILog.IsDebugEnabled" />. </remarks> <seealso cref="M:Fatal(object)" /> <seealso cref="M:FatalFormat(IFormatProvider, string, object[])" /> <seealso cref="P:log4net.ILog.IsDebugEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.Debug(System.Object)"> <overloads>Log a message object with the <see cref="F:log4net.Core.Level.Debug" /> level.</overloads> <summary> Log a message object with the <see cref="F:log4net.Core.Level.Debug" /> level. </summary> <param name="message">The message object to log.</param> <remarks> <para> This method first checks if this logger is <c>DEBUG</c> enabled by comparing the level of this logger with the <see cref="F:log4net.Core.Level.Debug" /> level. If this logger is <c>DEBUG</c> enabled, then it converts the message object (passed as parameter) to a string by invoking the appropriate <see cref="T:log4net.ObjectRenderer.IObjectRenderer" />. It then proceeds to call all the registered appenders in this logger and also higher in the hierarchy depending on the value of the additivity flag. </para> <para><b>WARNING</b> Note that passing an <see cref="T:System.Exception" /> to this method will print the name of the <see cref="T:System.Exception" /> but no stack trace. To print a stack trace use the <see cref="M:Debug(object,Exception)" /> form instead. </para> </remarks> <seealso cref="M:Debug(object,Exception)" /> <seealso cref="P:log4net.ILog.IsDebugEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.Debug(System.Object,System.Exception)"> <summary> Log a message object with the <see cref="F:log4net.Core.Level.Debug" /> level including the stack trace of the <see cref="T:System.Exception" /> passed as a parameter. </summary> <param name="message">The message object to log.</param> <param name="exception">The exception to log, including its stack trace.</param> <remarks> <para> See the <see cref="M:Debug(object)" /> form for more detailed information. </para> </remarks> <seealso cref="M:Debug(object)" /> <seealso cref="P:log4net.ILog.IsDebugEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.DebugFormat(System.String,System.Object[])"> <overloads>Log a formatted string with the <see cref="F:log4net.Core.Level.Debug" /> level.</overloads> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Debug" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Debug(object,Exception)" /> methods instead. </para> </remarks> <seealso cref="M:Debug(object)" /> <seealso cref="P:log4net.ILog.IsDebugEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.DebugFormat(System.String,System.Object)"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Debug" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="arg0">An Object to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Debug(object,Exception)" /> methods instead. </para> </remarks> <seealso cref="M:Debug(object)" /> <seealso cref="P:log4net.ILog.IsDebugEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.DebugFormat(System.String,System.Object,System.Object)"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Debug" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="arg0">An Object to format</param> <param name="arg1">An Object to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Debug(object,Exception)" /> methods instead. </para> </remarks> <seealso cref="M:Debug(object)" /> <seealso cref="P:log4net.ILog.IsDebugEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.DebugFormat(System.String,System.Object,System.Object,System.Object)"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Debug" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="arg0">An Object to format</param> <param name="arg1">An Object to format</param> <param name="arg2">An Object to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Debug(object,Exception)" /> methods instead. </para> </remarks> <seealso cref="M:Debug(object)" /> <seealso cref="P:log4net.ILog.IsDebugEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.DebugFormat(System.IFormatProvider,System.String,System.Object[])"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Debug" /> level. </summary> <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information</param> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Debug(object,Exception)" /> methods instead. </para> </remarks> <seealso cref="M:Debug(object)" /> <seealso cref="P:log4net.ILog.IsDebugEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.Info(System.Object)"> <overloads>Log a message object with the <see cref="F:log4net.Core.Level.Info" /> level.</overloads> <summary> Logs a message object with the <see cref="F:log4net.Core.Level.Info" /> level. </summary> <remarks> <para> This method first checks if this logger is <c>INFO</c> enabled by comparing the level of this logger with the <see cref="F:log4net.Core.Level.Info" /> level. If this logger is <c>INFO</c> enabled, then it converts the message object (passed as parameter) to a string by invoking the appropriate <see cref="T:log4net.ObjectRenderer.IObjectRenderer" />. It then proceeds to call all the registered appenders in this logger and also higher in the hierarchy depending on the value of the additivity flag. </para> <para><b>WARNING</b> Note that passing an <see cref="T:System.Exception" /> to this method will print the name of the <see cref="T:System.Exception" /> but no stack trace. To print a stack trace use the <see cref="M:Info(object,Exception)" /> form instead. </para> </remarks> <param name="message">The message object to log.</param> <seealso cref="M:Info(object,Exception)" /> <seealso cref="P:log4net.ILog.IsInfoEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.Info(System.Object,System.Exception)"> <summary> Logs a message object with the <c>INFO</c> level including the stack trace of the <see cref="T:System.Exception" /> passed as a parameter. </summary> <param name="message">The message object to log.</param> <param name="exception">The exception to log, including its stack trace.</param> <remarks> <para> See the <see cref="M:Info(object)" /> form for more detailed information. </para> </remarks> <seealso cref="M:Info(object)" /> <seealso cref="P:log4net.ILog.IsInfoEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.InfoFormat(System.String,System.Object[])"> <overloads>Log a formatted message string with the <see cref="F:log4net.Core.Level.Info" /> level.</overloads> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Info" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Info(object)" /> methods instead. </para> </remarks> <seealso cref="M:Info(object,Exception)" /> <seealso cref="P:log4net.ILog.IsInfoEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.InfoFormat(System.String,System.Object)"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Info" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="arg0">An Object to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Info(object,Exception)" /> methods instead. </para> </remarks> <seealso cref="M:Info(object)" /> <seealso cref="P:log4net.ILog.IsInfoEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.InfoFormat(System.String,System.Object,System.Object)"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Info" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="arg0">An Object to format</param> <param name="arg1">An Object to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Info(object,Exception)" /> methods instead. </para> </remarks> <seealso cref="M:Info(object)" /> <seealso cref="P:log4net.ILog.IsInfoEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.InfoFormat(System.String,System.Object,System.Object,System.Object)"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Info" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="arg0">An Object to format</param> <param name="arg1">An Object to format</param> <param name="arg2">An Object to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Info(object,Exception)" /> methods instead. </para> </remarks> <seealso cref="M:Info(object)" /> <seealso cref="P:log4net.ILog.IsInfoEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.InfoFormat(System.IFormatProvider,System.String,System.Object[])"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Info" /> level. </summary> <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information</param> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Info(object)" /> methods instead. </para> </remarks> <seealso cref="M:Info(object,Exception)" /> <seealso cref="P:log4net.ILog.IsInfoEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.Warn(System.Object)"> <overloads>Log a message object with the <see cref="F:log4net.Core.Level.Warn" /> level.</overloads> <summary> Log a message object with the <see cref="F:log4net.Core.Level.Warn" /> level. </summary> <remarks> <para> This method first checks if this logger is <c>WARN</c> enabled by comparing the level of this logger with the <see cref="F:log4net.Core.Level.Warn" /> level. If this logger is <c>WARN</c> enabled, then it converts the message object (passed as parameter) to a string by invoking the appropriate <see cref="T:log4net.ObjectRenderer.IObjectRenderer" />. It then proceeds to call all the registered appenders in this logger and also higher in the hierarchy depending on the value of the additivity flag. </para> <para><b>WARNING</b> Note that passing an <see cref="T:System.Exception" /> to this method will print the name of the <see cref="T:System.Exception" /> but no stack trace. To print a stack trace use the <see cref="M:Warn(object,Exception)" /> form instead. </para> </remarks> <param name="message">The message object to log.</param> <seealso cref="M:Warn(object,Exception)" /> <seealso cref="P:log4net.ILog.IsWarnEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.Warn(System.Object,System.Exception)"> <summary> Log a message object with the <see cref="F:log4net.Core.Level.Warn" /> level including the stack trace of the <see cref="T:System.Exception" /> passed as a parameter. </summary> <param name="message">The message object to log.</param> <param name="exception">The exception to log, including its stack trace.</param> <remarks> <para> See the <see cref="M:Warn(object)" /> form for more detailed information. </para> </remarks> <seealso cref="M:Warn(object)" /> <seealso cref="P:log4net.ILog.IsWarnEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.WarnFormat(System.String,System.Object[])"> <overloads>Log a formatted message string with the <see cref="F:log4net.Core.Level.Warn" /> level.</overloads> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Warn" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Warn(object)" /> methods instead. </para> </remarks> <seealso cref="M:Warn(object,Exception)" /> <seealso cref="P:log4net.ILog.IsWarnEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.WarnFormat(System.String,System.Object)"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Warn" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="arg0">An Object to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Warn(object,Exception)" /> methods instead. </para> </remarks> <seealso cref="M:Warn(object)" /> <seealso cref="P:log4net.ILog.IsWarnEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.WarnFormat(System.String,System.Object,System.Object)"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Warn" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="arg0">An Object to format</param> <param name="arg1">An Object to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Warn(object,Exception)" /> methods instead. </para> </remarks> <seealso cref="M:Warn(object)" /> <seealso cref="P:log4net.ILog.IsWarnEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.WarnFormat(System.String,System.Object,System.Object,System.Object)"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Warn" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="arg0">An Object to format</param> <param name="arg1">An Object to format</param> <param name="arg2">An Object to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Warn(object,Exception)" /> methods instead. </para> </remarks> <seealso cref="M:Warn(object)" /> <seealso cref="P:log4net.ILog.IsWarnEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.WarnFormat(System.IFormatProvider,System.String,System.Object[])"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Warn" /> level. </summary> <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information</param> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Warn(object)" /> methods instead. </para> </remarks> <seealso cref="M:Warn(object,Exception)" /> <seealso cref="P:log4net.ILog.IsWarnEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.Error(System.Object)"> <overloads>Log a message object with the <see cref="F:log4net.Core.Level.Error" /> level.</overloads> <summary> Logs a message object with the <see cref="F:log4net.Core.Level.Error" /> level. </summary> <param name="message">The message object to log.</param> <remarks> <para> This method first checks if this logger is <c>ERROR</c> enabled by comparing the level of this logger with the <see cref="F:log4net.Core.Level.Error" /> level. If this logger is <c>ERROR</c> enabled, then it converts the message object (passed as parameter) to a string by invoking the appropriate <see cref="T:log4net.ObjectRenderer.IObjectRenderer" />. It then proceeds to call all the registered appenders in this logger and also higher in the hierarchy depending on the value of the additivity flag. </para> <para><b>WARNING</b> Note that passing an <see cref="T:System.Exception" /> to this method will print the name of the <see cref="T:System.Exception" /> but no stack trace. To print a stack trace use the <see cref="M:Error(object,Exception)" /> form instead. </para> </remarks> <seealso cref="M:Error(object,Exception)" /> <seealso cref="P:log4net.ILog.IsErrorEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.Error(System.Object,System.Exception)"> <summary> Log a message object with the <see cref="F:log4net.Core.Level.Error" /> level including the stack trace of the <see cref="T:System.Exception" /> passed as a parameter. </summary> <param name="message">The message object to log.</param> <param name="exception">The exception to log, including its stack trace.</param> <remarks> <para> See the <see cref="M:Error(object)" /> form for more detailed information. </para> </remarks> <seealso cref="M:Error(object)" /> <seealso cref="P:log4net.ILog.IsErrorEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.ErrorFormat(System.String,System.Object[])"> <overloads>Log a formatted message string with the <see cref="F:log4net.Core.Level.Error" /> level.</overloads> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Error" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Error(object)" /> methods instead. </para> </remarks> <seealso cref="M:Error(object,Exception)" /> <seealso cref="P:log4net.ILog.IsErrorEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.ErrorFormat(System.String,System.Object)"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Error" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="arg0">An Object to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Error(object,Exception)" /> methods instead. </para> </remarks> <seealso cref="M:Error(object)" /> <seealso cref="P:log4net.ILog.IsErrorEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.ErrorFormat(System.String,System.Object,System.Object)"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Error" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="arg0">An Object to format</param> <param name="arg1">An Object to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Error(object,Exception)" /> methods instead. </para> </remarks> <seealso cref="M:Error(object)" /> <seealso cref="P:log4net.ILog.IsErrorEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.ErrorFormat(System.String,System.Object,System.Object,System.Object)"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Error" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="arg0">An Object to format</param> <param name="arg1">An Object to format</param> <param name="arg2">An Object to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Error(object,Exception)" /> methods instead. </para> </remarks> <seealso cref="M:Error(object)" /> <seealso cref="P:log4net.ILog.IsErrorEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.ErrorFormat(System.IFormatProvider,System.String,System.Object[])"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Error" /> level. </summary> <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information</param> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Error(object)" /> methods instead. </para> </remarks> <seealso cref="M:Error(object,Exception)" /> <seealso cref="P:log4net.ILog.IsErrorEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.Fatal(System.Object)"> <overloads>Log a message object with the <see cref="F:log4net.Core.Level.Fatal" /> level.</overloads> <summary> Log a message object with the <see cref="F:log4net.Core.Level.Fatal" /> level. </summary> <remarks> <para> This method first checks if this logger is <c>FATAL</c> enabled by comparing the level of this logger with the <see cref="F:log4net.Core.Level.Fatal" /> level. If this logger is <c>FATAL</c> enabled, then it converts the message object (passed as parameter) to a string by invoking the appropriate <see cref="T:log4net.ObjectRenderer.IObjectRenderer" />. It then proceeds to call all the registered appenders in this logger and also higher in the hierarchy depending on the value of the additivity flag. </para> <para><b>WARNING</b> Note that passing an <see cref="T:System.Exception" /> to this method will print the name of the <see cref="T:System.Exception" /> but no stack trace. To print a stack trace use the <see cref="M:Fatal(object,Exception)" /> form instead. </para> </remarks> <param name="message">The message object to log.</param> <seealso cref="M:Fatal(object,Exception)" /> <seealso cref="P:log4net.ILog.IsFatalEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.Fatal(System.Object,System.Exception)"> <summary> Log a message object with the <see cref="F:log4net.Core.Level.Fatal" /> level including the stack trace of the <see cref="T:System.Exception" /> passed as a parameter. </summary> <param name="message">The message object to log.</param> <param name="exception">The exception to log, including its stack trace.</param> <remarks> <para> See the <see cref="M:Fatal(object)" /> form for more detailed information. </para> </remarks> <seealso cref="M:Fatal(object)" /> <seealso cref="P:log4net.ILog.IsFatalEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.FatalFormat(System.String,System.Object[])"> <overloads>Log a formatted message string with the <see cref="F:log4net.Core.Level.Fatal" /> level.</overloads> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Fatal" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Fatal(object)" /> methods instead. </para> </remarks> <seealso cref="M:Fatal(object,Exception)" /> <seealso cref="P:log4net.ILog.IsFatalEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.FatalFormat(System.String,System.Object)"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Fatal" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="arg0">An Object to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Fatal(object,Exception)" /> methods instead. </para> </remarks> <seealso cref="M:Fatal(object)" /> <seealso cref="P:log4net.ILog.IsFatalEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.FatalFormat(System.String,System.Object,System.Object)"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Fatal" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="arg0">An Object to format</param> <param name="arg1">An Object to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Fatal(object,Exception)" /> methods instead. </para> </remarks> <seealso cref="M:Fatal(object)" /> <seealso cref="P:log4net.ILog.IsFatalEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.FatalFormat(System.String,System.Object,System.Object,System.Object)"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Fatal" /> level. </summary> <param name="format">A String containing zero or more format items</param> <param name="arg0">An Object to format</param> <param name="arg1">An Object to format</param> <param name="arg2">An Object to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Fatal(object,Exception)" /> methods instead. </para> </remarks> <seealso cref="M:Fatal(object)" /> <seealso cref="P:log4net.ILog.IsFatalEnabled" /> </member> <member name="M:Tix.Runtime.Logging.ITixLog.FatalFormat(System.IFormatProvider,System.String,System.Object[])"> <summary> Logs a formatted message string with the <see cref="F:log4net.Core.Level.Fatal" /> level. </summary> <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information</param> <param name="format">A String containing zero or more format items</param> <param name="args">An Object array containing zero or more objects to format</param> <remarks> <para> The message is formatted using the <c>String.Format</c> method. See <see cref="M:String.Format(string, object[])" /> for details of the syntax of the format string and the behavior of the formatting. </para> <para> This method does not take an <see cref="T:System.Exception" /> object to include in the log event. To pass an <see cref="T:System.Exception" /> use one of the <see cref="M:Fatal(object)" /> methods instead. </para> </remarks> <seealso cref="M:Fatal(object,Exception)" /> <seealso cref="P:log4net.ILog.IsFatalEnabled" /> </member> <member name="T:Tix.Runtime.Logging.TixLogger"> <summary> The logger. </summary> </member> <member name="F:Tix.Runtime.Logging.TixLogger.ThisDeclaringType"> <summary> The fully qualified name of this declaring type not the type of any subclass. </summary> </member> <member name="F:Tix.Runtime.Logging.TixLogger.internalLogger"> <summary> The internal logger (log4net) </summary> </member> <member name="M:Tix.Runtime.Logging.TixLogger.#ctor(log4net.ILog)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Logging.TixLogger"/> class. </summary> <param name="logger">The log4net logger.</param> </member> <member name="T:Tix.Runtime.Logging.TixLogManager"> <summary> The tix log manager. </summary> </member> <member name="M:Tix.Runtime.Logging.TixLogManager.GetLogger(System.Type)"> <summary> Get a logger for the given type. </summary> <param name="type">The type.</param> <returns>A logger.</returns> </member> <member name="M:Tix.Runtime.Logging.TixLogManager.GetLogger(System.String)"> <summary> Get a logger for the given type. </summary> <param name="name">The name of the logger.</param> <returns>A logger.</returns> </member> <member name="M:Tix.Runtime.Logging.TixLogManager.LoggerFor``1"> <summary> Get a logger for the given type. </summary> <typeparam name="T">The type to get the logger for.</typeparam> <returns>A logger.</returns> </member> <member name="M:Tix.Runtime.Logging.TixLogManager.SetGlobalContextProperty(System.String,System.String)"> <summary> Set a global context property. </summary> <param name="propertyName">The property name.</param> <param name="propertyValue">The property value.</param> </member> <member name="M:Tix.Runtime.Logging.TixLogManager.SetupLoggingToTestOutput"> <summary> Setups the logging to test output. Use this only for tests. Threshold is hardcoded to Info level. </summary> </member> <member name="M:Tix.Runtime.Logging.TixLogManager.SetThreadContextProperty(System.String,System.String)"> <summary> Set a thread context property. </summary> <param name="propertyName">The property name.</param> <param name="propertyValue">The property value.</param> </member> <member name="T:Tix.Runtime.ITimeProvider"> <summary> Interface for a class that provides times. This is needed for unit testing. </summary> </member> <member name="P:Tix.Runtime.ITimeProvider.UtcNow"> <summary> Gets the current time of the current time zone. </summary> </member> <member name="T:Tix.Runtime.LengthDouble"> <summary>The length double.</summary> <summary>The Length double value class (Varcode is LENG).</summary> </member> <member name="M:Tix.Runtime.LengthDouble.op_Multiply(Tix.Runtime.LengthDouble,Tix.Runtime.CountDouble)"> <summary> +s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A LengthDouble.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.op_Multiply(Tix.Runtime.CountDouble,Tix.Runtime.LengthDouble)"> <summary> +s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A LengthDouble.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.op_Division(Tix.Runtime.LengthDouble,Tix.Runtime.CountDouble)"> <summary> -s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A LengthDouble.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.LengthDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.LengthDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.LengthDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.LengthDouble.#ctor(Tix.Runtime.LengthDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.LengthDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.LengthDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.LengthDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.LengthDouble.op_Equality(Tix.Runtime.LengthDouble,Tix.Runtime.LengthDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.op_Inequality(Tix.Runtime.LengthDouble,Tix.Runtime.LengthDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.op_Addition(Tix.Runtime.LengthDouble,Tix.Runtime.LengthDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.op_Subtraction(Tix.Runtime.LengthDouble,Tix.Runtime.LengthDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.op_GreaterThan(Tix.Runtime.LengthDouble,Tix.Runtime.LengthDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.op_GreaterThanOrEqual(Tix.Runtime.LengthDouble,Tix.Runtime.LengthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.op_LessThan(Tix.Runtime.LengthDouble,Tix.Runtime.LengthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.op_LessThanOrEqual(Tix.Runtime.LengthDouble,Tix.Runtime.LengthDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.op_Multiply(Tix.Runtime.LengthDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.op_Multiply(System.Double,Tix.Runtime.LengthDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.op_Division(Tix.Runtime.LengthDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.op_Division(Tix.Runtime.LengthDouble,Tix.Runtime.LengthDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.LengthDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.LengthDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.LengthDouble"/>.</returns> </member> <member name="M:Tix.Runtime.LengthDouble.CompareTo(Tix.Runtime.LengthDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.LengthDouble.IsEqual(Tix.Runtime.LengthDouble,Tix.Runtime.LengthDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.LengthDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.LengthDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.LengthDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.Money.Currency"> <summary>A unit of exchange, a currency of <see cref="T:Tix.Runtime.Money.Money" />.</summary> </member> <member name="F:Tix.Runtime.Money.Currency.Registry"> <summary>The registry.</summary> </member> <member name="M:Tix.Runtime.Money.Currency.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Currency"/> class. DO NOT USE! It is here for serialization only! </summary> </member> <member name="M:Tix.Runtime.Money.Currency.#ctor(System.String,System.String,System.Double,System.String,System.String,System.String,System.Boolean)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Currency"/> class.</summary> <param name="code">The code.</param> <param name="number">The number.</param> <param name="decimalDigits">The decimal digits.</param> <param name="englishName">Name of the english.</param> <param name="symbol">The currency symbol.</param> <param name="format">The format of currency.</param> <param name="isObsolete">Value indicating whether currency is obsolete.</param> <exception cref="T:System.ArgumentNullException">code or number or englishName or symbol is null</exception> <exception cref="T:System.ArgumentOutOfRangeException">DecimalDigits of code must be between -1 and 4!</exception> </member> <member name="P:Tix.Runtime.Money.Currency.CurrentCurrency"> <summary>Gets the Currency that represents the country/region used by the current thread.</summary> <value>The Currency that represents the country/region used by the current thread.</value> </member> <member name="P:Tix.Runtime.Money.Currency.Code"> <summary>Gets the three-character ISO-4217 currency code.</summary> </member> <member name="P:Tix.Runtime.Money.Currency.Symbol"> <summary>Gets the currency symbol.</summary> </member> <member name="P:Tix.Runtime.Money.Currency.Format"> <summary>Gets the currency format.</summary> </member> <member name="P:Tix.Runtime.Money.Currency.EnglishName"> <summary>Gets the english name of the currency.</summary> </member> <member name="P:Tix.Runtime.Money.Currency.Number"> <summary>Gets the numeric ISO-4217 currency code.</summary> </member> <member name="P:Tix.Runtime.Money.Currency.DecimalDigits"> <summary>Gets the decimal digits.</summary> </member> <member name="P:Tix.Runtime.Money.Currency.MajorUnit"> <summary>Gets the major currency unit.</summary> </member> <member name="P:Tix.Runtime.Money.Currency.MinorUnit"> <summary>Gets the minor currency unit.</summary> </member> <member name="P:Tix.Runtime.Money.Currency.IsObsolete"> <summary>Gets a value indicating whether currency is obsolete.</summary> <value><c>true</c> if this instance is obsolete; otherwise, <c>false</c>.</value> </member> <member name="P:Tix.Runtime.Money.Currency.AreDecimalDigitsNotApplicable"> <summary>Gets a value indicating whether the decimal digits are not applicable.</summary> <value><c>true</c> if [are decimal digits not applicable]; otherwise, <c>false</c>.</value> </member> <member name="M:Tix.Runtime.Money.Currency.op_Equality(Tix.Runtime.Money.Currency,Tix.Runtime.Money.Currency)"> <summary>Implements the operator ==.</summary> <param name="left">The left Currency.</param> <param name="right">The right Currency.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.Money.Currency.op_Inequality(Tix.Runtime.Money.Currency,Tix.Runtime.Money.Currency)"> <summary>Implements the operator ==.</summary> <param name="left">The left Currency.</param> <param name="right">The right Currency.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.Money.Currency.FromCode(System.String)"> <summary>The from code.</summary> <param name="code">The code.</param> <returns>The <see cref="T:Tix.Runtime.Money.Currency"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Currency.FromRegion(System.Globalization.RegionInfo)"> <summary>The from region.</summary> <param name="region">The region.</param> <returns>The <see cref="T:Tix.Runtime.Money.Currency"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Currency.FromRegion(System.String)"> <summary>The from region.</summary> <param name="name">The name.</param> <returns>The <see cref="T:Tix.Runtime.Money.Currency"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Currency.FromCulture(System.Globalization.CultureInfo)"> <summary>The from culture.</summary> <param name="culture">The culture.</param> <returns>The <see cref="T:Tix.Runtime.Money.Currency"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Currency.GetAllCurrencies"> <summary>Get all currencies.</summary> <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of all registered currencies.</returns> </member> <member name="M:Tix.Runtime.Money.Currency.Equals(Tix.Runtime.Money.Currency,Tix.Runtime.Money.Currency)"> <summary>Returns a value indicating whether two specified instances of <see cref="T:Tix.Runtime.Money.Currency"/> represent the same value.</summary> <param name="left">The first <see cref="T:Tix.Runtime.Money.Currency"/> object.</param> <param name="right">The second <see cref="T:Tix.Runtime.Money.Currency"/> object.</param> <returns>true if left and right are equal to this instance; otherwise, false.</returns> </member> <member name="M:Tix.Runtime.Money.Currency.Equals(System.Object)"> <summary>Returns a value indicating whether this instance and a specified <see cref="T:System.Object"/> represent the same type and value.</summary> <param name="obj">An <see cref="T:System.Object"/>.</param> <returns>true if value is equal to this instance; otherwise, false.</returns> </member> <member name="M:Tix.Runtime.Money.Currency.Equals(Tix.Runtime.Money.Currency)"> <summary>Returns a value indicating whether this instance and a specified <see cref="T:Tix.Runtime.Money.Currency"/> object represent the same value.</summary> <param name="other">A <see cref="T:Tix.Runtime.Money.Currency"/> object.</param> <returns>true if value is equal to this instance; otherwise, false.</returns> </member> <member name="M:Tix.Runtime.Money.Currency.GetHashCode"> <summary>Returns the hash code for this instance.</summary> <returns>A 32-bit signed integer hash code.</returns> </member> <member name="M:Tix.Runtime.Money.Currency.ToString"> <summary> Returns a <see cref="T:System.String" /> that represents this instance. </summary> <returns> A <see cref="T:System.String" /> that represents this instance. </returns> </member> <member name="T:Tix.Runtime.Money.CurrencyRegistry"> <summary>Represent the central thread-safe registry for currencies.</summary> </member> <member name="F:Tix.Runtime.Money.CurrencyRegistry.None"> <summary>A currency instance representing no real currency</summary> </member> <member name="F:Tix.Runtime.Money.CurrencyRegistry.NotApplicable"> <summary>The not applicable.</summary> </member> <member name="F:Tix.Runtime.Money.CurrencyRegistry.Z07"> <summary>The Z07 constant is used for currencies whose minor unit is 1/5th of the major unit.</summary> </member> <member name="F:Tix.Runtime.Money.CurrencyRegistry.SyncLock"> <summary>The sync lock.</summary> </member> <member name="F:Tix.Runtime.Money.CurrencyRegistry.currencies"> <summary>The currencies.</summary> </member> <member name="M:Tix.Runtime.Money.CurrencyRegistry.TryGet(System.String,Tix.Runtime.Money.Currency@)"> <summary>Tries the get <see cref="T:Tix.Runtime.Money.Currency"/> of the given code and namespace.</summary> <param name="code">A currency code, like EUR or USD.</param> <param name="currency">When this method returns, contains the <see cref="T:Tix.Runtime.Money.Currency"/> that has the specified code, or the default value of the type if the operation failed.</param> <returns><b>true</b> if <see cref="T:Tix.Runtime.Money.CurrencyRegistry"/> contains a <see cref="T:Tix.Runtime.Money.Currency"/> with the specified code; otherwise, <b>false</b>.</returns> <exception cref="T:System.ArgumentNullException">The value of 'code' cannot be null or empty.</exception> </member> <member name="M:Tix.Runtime.Money.CurrencyRegistry.TryAdd(System.String,Tix.Runtime.Money.Currency)"> <summary>The try add.</summary> <param name="code">The code.</param> <param name="currency">The currency.</param> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.Money.CurrencyRegistry.TryRemove(System.String,Tix.Runtime.Money.Currency@)"> <summary>The try remove.</summary> <param name="code">The code.</param> <param name="currency">The currency.</param> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.Money.CurrencyRegistry.GetAllCurrencies"> <summary>Get all registered currencies.</summary> <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of all registered currencies.</returns> </member> <member name="M:Tix.Runtime.Money.CurrencyRegistry.InitializeIsoCurrencies"> <summary>The initialize iso currencies.</summary> <returns>The <see cref="T:System.Collections.Generic.IDictionary`2"/>.</returns> </member> <member name="T:Tix.Runtime.Money.FractionReceivers"> <summary>The fraction receivers.</summary> </member> <member name="F:Tix.Runtime.Money.FractionReceivers.FirstToLast"> <summary>The first to last.</summary> </member> <member name="F:Tix.Runtime.Money.FractionReceivers.LastToFirst"> <summary>The last to first.</summary> </member> <member name="T:Tix.Runtime.Money.Infrastructure.IPriceUnitLocator"> <summary> Accesses unit information needed by a price unit </summary> </member> <member name="M:Tix.Runtime.Money.Infrastructure.IPriceUnitLocator.FromCode(System.String)"> <summary>Returns a price unit instance that matches the given code.</summary> <param name="priceUnitCode">The price unit code.</param> <returns>The <see cref="T:Tix.Runtime.Money.PriceUnit"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Infrastructure.IPriceUnitLocator.GetSymbolFromMeasurementUnitCode(System.String)"> <summary>The get symbol from measurement unit code.</summary> <param name="measUnitCode">The meas unit code.</param> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="T:Tix.Runtime.Money.InvalidConversionException"> <summary>The invalid conversion exception.</summary> </member> <member name="M:Tix.Runtime.Money.InvalidConversionException.#ctor(Tix.Runtime.Money.UnitPrice,Tix.Runtime.Money.Quantity)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.InvalidConversionException"/> class.</summary> <param name="unitPrice">The unit price.</param> <param name="quantity">The quantity.</param> </member> <member name="M:Tix.Runtime.Money.InvalidConversionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.InvalidConversionException"/> class.</summary> <param name="info">The info.</param> <param name="context">The context.</param> </member> <member name="M:Tix.Runtime.Money.InvalidConversionException.GetMessage(Tix.Runtime.Money.UnitPrice,Tix.Runtime.Money.Quantity)"> <summary>The get message.</summary> <param name="unitPrice">The unit price.</param> <param name="quantity">The quantity.</param> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="T:Tix.Runtime.Money.Json.CompactCurrencyJsonConverter"> <summary>Converts a instance of Currency to and from JSON.</summary> </member> <member name="P:Tix.Runtime.Money.Json.CompactCurrencyJsonConverter.CanRead"> <summary>Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON.</summary> <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.Money.Json.CompactCurrencyJsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Writes the JSON representation of the object.</summary> <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> <exception cref="T:System.ArgumentNullException">The value of 'writer', 'value' and 'serializer' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.CompactCurrencyJsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Reads the JSON representation of the object.</summary> <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> <exception cref="T:System.ArgumentNullException">The value of 'reader' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.CompactCurrencyJsonConverter.CanConvert(System.Type)"> <summary>Determines whether this instance can convert the specified object type.</summary> <param name="objectType">Type of the object.</param> <returns><c>true</c> if this instance can convert the specified object type; otherwise,<c>false</c>.</returns> </member> <member name="T:Tix.Runtime.Money.Json.CompactMoneyCostJsonConverter"> <summary>Converts a instance of MoneyCost to and from JSON.</summary> </member> <member name="P:Tix.Runtime.Money.Json.CompactMoneyCostJsonConverter.CanRead"> <summary>Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON.</summary> <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.Money.Json.CompactMoneyCostJsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Writes the JSON representation of the object.</summary> <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> <exception cref="T:System.ArgumentNullException">The value of 'writer', 'value' and 'serializer' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.CompactMoneyCostJsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Reads the JSON representation of the object.</summary> <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> <exception cref="T:System.ArgumentNullException">The value of 'reader' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.CompactMoneyCostJsonConverter.CanConvert(System.Type)"> <summary>Determines whether this instance can convert the specified object type.</summary> <param name="objectType">Type of the object.</param> <returns><c>true</c> if this instance can convert the specified object type; otherwise,<c>false</c>.</returns> </member> <member name="T:Tix.Runtime.Money.Json.CompactMoneyJsonConverter"> <summary>Converts a instance of Money to and from JSON.</summary> </member> <member name="P:Tix.Runtime.Money.Json.CompactMoneyJsonConverter.CanRead"> <summary>Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON.</summary> <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.Money.Json.CompactMoneyJsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Writes the JSON representation of the object.</summary> <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> <exception cref="T:System.ArgumentNullException">The value of 'writer', 'value' and 'serializer' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.CompactMoneyJsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Reads the JSON representation of the object.</summary> <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> <exception cref="T:System.ArgumentNullException">The value of 'reader' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.CompactMoneyJsonConverter.CanConvert(System.Type)"> <summary>Determines whether this instance can convert the specified object type.</summary> <param name="objectType">Type of the object.</param> <returns><c>true</c> if this instance can convert the specified object type; otherwise,<c>false</c>.</returns> </member> <member name="T:Tix.Runtime.Money.Json.CompactPriceUnitJsonConverter"> <summary>Converts a instance of PriceUnit to and from JSON.</summary> </member> <member name="P:Tix.Runtime.Money.Json.CompactPriceUnitJsonConverter.CanRead"> <summary>Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON.</summary> <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.Money.Json.CompactPriceUnitJsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Writes the JSON representation of the object.</summary> <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> <exception cref="T:System.ArgumentNullException">The value of 'writer', 'value' and 'serializer' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.CompactPriceUnitJsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Reads the JSON representation of the object.</summary> <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> <exception cref="T:System.ArgumentNullException">The value of 'reader' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.CompactPriceUnitJsonConverter.CanConvert(System.Type)"> <summary>Determines whether this instance can convert the specified object type.</summary> <param name="objectType">Type of the object.</param> <returns><c>true</c> if this instance can convert the specified object type; otherwise,<c>false</c>.</returns> </member> <member name="T:Tix.Runtime.Money.Json.CompactQuantityJsonConverter"> <summary>Converts a instance of Quantity to and from JSON.</summary> </member> <member name="P:Tix.Runtime.Money.Json.CompactQuantityJsonConverter.CanRead"> <summary>Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON.</summary> <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.Money.Json.CompactQuantityJsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Writes the JSON representation of the object.</summary> <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> <exception cref="T:System.ArgumentNullException">The value of 'writer', 'value' and 'serializer' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.CompactQuantityJsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Reads the JSON representation of the object.</summary> <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> <exception cref="T:System.ArgumentNullException">The value of 'reader' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.CompactQuantityJsonConverter.CanConvert(System.Type)"> <summary>Determines whether this instance can convert the specified object type.</summary> <param name="objectType">Type of the object.</param> <returns><c>true</c> if this instance can convert the specified object type; otherwise,<c>false</c>.</returns> </member> <member name="T:Tix.Runtime.Money.Json.CompactUnitPriceJsonConverter"> <summary>Converts a instance of UnitPrice to and from JSON.</summary> </member> <member name="P:Tix.Runtime.Money.Json.CompactUnitPriceJsonConverter.CanRead"> <summary>Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON.</summary> <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.Money.Json.CompactUnitPriceJsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Writes the JSON representation of the object.</summary> <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> <exception cref="T:System.ArgumentNullException">The value of 'writer', 'value' and 'serializer' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.CompactUnitPriceJsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Reads the JSON representation of the object.</summary> <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> <exception cref="T:System.ArgumentNullException">The value of 'reader' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.CompactUnitPriceJsonConverter.CanConvert(System.Type)"> <summary>Determines whether this instance can convert the specified object type.</summary> <param name="objectType">Type of the object.</param> <returns><c>true</c> if this instance can convert the specified object type; otherwise,<c>false</c>.</returns> </member> <member name="T:Tix.Runtime.Money.Json.MoneyCostJsonConverter"> <summary>Converts a instance of MoneyCost to and from JSON.</summary> </member> <member name="M:Tix.Runtime.Money.Json.MoneyCostJsonConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Json.MoneyCostJsonConverter"/> class. </summary> </member> <member name="T:Tix.Runtime.Money.Json.MoneyCostJsonConverterBase"> <summary>Converts a instance of MoneyCost to and from JSON.</summary> </member> <member name="F:Tix.Runtime.Money.Json.MoneyCostJsonConverterBase.amountPropertyName"> <summary>The amount property name</summary> </member> <member name="F:Tix.Runtime.Money.Json.MoneyCostJsonConverterBase.currencyPropertyName"> <summary>The currency property name</summary> </member> <member name="F:Tix.Runtime.Money.Json.MoneyCostJsonConverterBase.precisionPropertyName"> <summary>The precision property name</summary> </member> <member name="M:Tix.Runtime.Money.Json.MoneyCostJsonConverterBase.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Json.MoneyCostJsonConverterBase"/> class. </summary> <param name="useCamelCase">if set to <c>true</c> [use camel case].</param> </member> <member name="P:Tix.Runtime.Money.Json.MoneyCostJsonConverterBase.CanRead"> <summary>Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON.</summary> <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.Money.Json.MoneyCostJsonConverterBase.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Writes the JSON representation of the object.</summary> <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> <exception cref="T:System.ArgumentNullException">The value of 'writer', 'value' and 'serializer' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.MoneyCostJsonConverterBase.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Reads the JSON representation of the object.</summary> <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> <exception cref="T:System.ArgumentNullException">The value of 'reader' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.MoneyCostJsonConverterBase.CanConvert(System.Type)"> <summary>Determines whether this instance can convert the specified object type.</summary> <param name="objectType">Type of the object.</param> <returns><c>true</c> if this instance can convert the specified object type; otherwise,<c>false</c>.</returns> </member> <member name="T:Tix.Runtime.Money.Json.MoneyCostJsonConverterNonCamelCase"> <summary>Converts a instance of MoneyCost to and from JSON.</summary> </member> <member name="M:Tix.Runtime.Money.Json.MoneyCostJsonConverterNonCamelCase.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Json.MoneyCostJsonConverterNonCamelCase"/> class. </summary> </member> <member name="T:Tix.Runtime.Money.Json.MoneyJsonConverterBase"> <summary>Converts a instance of Money to and from JSON.</summary> </member> <member name="F:Tix.Runtime.Money.Json.MoneyJsonConverterBase.amountPropertyName"> <summary>The amount property name</summary> </member> <member name="F:Tix.Runtime.Money.Json.MoneyJsonConverterBase.currencyPropertyName"> <summary>The currency property name</summary> </member> <member name="M:Tix.Runtime.Money.Json.MoneyJsonConverterBase.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Json.MoneyJsonConverterBase"/> class. </summary> <param name="useCamelCase">if set to <c>true</c> [use camel case].</param> </member> <member name="P:Tix.Runtime.Money.Json.MoneyJsonConverterBase.CanRead"> <summary>Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON.</summary> <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.Money.Json.MoneyJsonConverterBase.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Writes the JSON representation of the object.</summary> <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> <exception cref="T:System.ArgumentNullException">The value of 'writer', 'value' and 'serializer' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.MoneyJsonConverterBase.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Reads the JSON representation of the object.</summary> <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> <exception cref="T:System.ArgumentNullException">The value of 'reader' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.MoneyJsonConverterBase.CanConvert(System.Type)"> <summary>Determines whether this instance can convert the specified object type.</summary> <param name="objectType">Type of the object.</param> <returns><c>true</c> if this instance can convert the specified object type; otherwise,<c>false</c>.</returns> </member> <member name="T:Tix.Runtime.Money.Json.MoneyJsonConverterNonCamelCase"> <summary>Converts a instance of Money to and from JSON.</summary> </member> <member name="M:Tix.Runtime.Money.Json.MoneyJsonConverterNonCamelCase.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Json.MoneyJsonConverterNonCamelCase"/> class. </summary> </member> <member name="T:Tix.Runtime.Money.Json.PriceUnitJsonConverter"> <summary>Converts a instance of Money to and from JSON.</summary> </member> <member name="M:Tix.Runtime.Money.Json.PriceUnitJsonConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Json.PriceUnitJsonConverter"/> class. </summary> </member> <member name="T:Tix.Runtime.Money.Json.PriceUnitJsonConverterBase"> <summary>Converts a instance of Money to and from JSON.</summary> </member> <member name="F:Tix.Runtime.Money.Json.PriceUnitJsonConverterBase.priceUnitCodePropertyName"> <summary>The price unit code property name</summary> </member> <member name="F:Tix.Runtime.Money.Json.PriceUnitJsonConverterBase.factorPropertyName"> <summary>The factor property name</summary> </member> <member name="F:Tix.Runtime.Money.Json.PriceUnitJsonConverterBase.measUnitCodePropertyName"> <summary>The meas unit code property name</summary> </member> <member name="F:Tix.Runtime.Money.Json.PriceUnitJsonConverterBase.priceUnitTextPropertyName"> <summary>The price unit text property name</summary> </member> <member name="M:Tix.Runtime.Money.Json.PriceUnitJsonConverterBase.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Json.PriceUnitJsonConverterBase"/> class. </summary> <param name="useCamelCase">if set to <c>true</c> [use camel case].</param> </member> <member name="P:Tix.Runtime.Money.Json.PriceUnitJsonConverterBase.CanRead"> <summary>Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON.</summary> <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.Money.Json.PriceUnitJsonConverterBase.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Writes the JSON representation of the object.</summary> <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> <exception cref="T:System.ArgumentNullException">The value of 'writer', 'value' and 'serializer' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.PriceUnitJsonConverterBase.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Reads the JSON representation of the object.</summary> <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> <exception cref="T:System.ArgumentNullException">The value of 'reader' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.PriceUnitJsonConverterBase.CanConvert(System.Type)"> <summary>Determines whether this instance can convert the specified object type.</summary> <param name="objectType">Type of the object.</param> <returns><c>true</c> if this instance can convert the specified object type; otherwise,<c>false</c>.</returns> </member> <member name="T:Tix.Runtime.Money.Json.PriceUnitJsonConverterNonCamelCase"> <summary>Converts a instance of Money to and from JSON.</summary> </member> <member name="M:Tix.Runtime.Money.Json.PriceUnitJsonConverterNonCamelCase.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Json.PriceUnitJsonConverterNonCamelCase"/> class. </summary> </member> <member name="T:Tix.Runtime.Money.Json.QuantityJsonConverterBase"> <summary>Converts a instance of Money to and from JSON.</summary> </member> <member name="F:Tix.Runtime.Money.Json.QuantityJsonConverterBase.amountPropertyName"> <summary>The amount property name</summary> </member> <member name="F:Tix.Runtime.Money.Json.QuantityJsonConverterBase.measUnitCodePropertyName"> <summary>The meas unit code property name</summary> </member> <member name="M:Tix.Runtime.Money.Json.QuantityJsonConverterBase.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Json.QuantityJsonConverterBase"/> class. </summary> <param name="useCamelCase">if set to <c>true</c> [use camel case].</param> </member> <member name="P:Tix.Runtime.Money.Json.QuantityJsonConverterBase.CanRead"> <summary>Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON.</summary> <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.Money.Json.QuantityJsonConverterBase.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Writes the JSON representation of the object.</summary> <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> <exception cref="T:System.ArgumentNullException">The value of 'writer', 'value' and 'serializer' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.QuantityJsonConverterBase.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Reads the JSON representation of the object.</summary> <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> <exception cref="T:System.ArgumentNullException">The value of 'reader' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.QuantityJsonConverterBase.CanConvert(System.Type)"> <summary>Determines whether this instance can convert the specified object type.</summary> <param name="objectType">Type of the object.</param> <returns><c>true</c> if this instance can convert the specified object type; otherwise,<c>false</c>.</returns> </member> <member name="T:Tix.Runtime.Money.Json.QuantityJsonConverterNonCamelCase"> <summary>Converts a instance of Money to and from JSON.</summary> </member> <member name="M:Tix.Runtime.Money.Json.QuantityJsonConverterNonCamelCase.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Json.QuantityJsonConverterNonCamelCase"/> class. </summary> </member> <member name="T:Tix.Runtime.Money.Json.UnitPriceJsonConverter"> <summary>Converts a instance of UnitPrice to and from JSON.</summary> </member> <member name="F:Tix.Runtime.Money.Json.UnitPriceJsonConverter.amountPropertyName"> <summary>The amount property name</summary> </member> <member name="F:Tix.Runtime.Money.Json.UnitPriceJsonConverter.precisionPropertyName"> <summary>The precision property name</summary> </member> <member name="F:Tix.Runtime.Money.Json.UnitPriceJsonConverter.currencyPropertyName"> <summary>The currency property name</summary> </member> <member name="F:Tix.Runtime.Money.Json.UnitPriceJsonConverter.priceUnitCodePropertyName"> <summary>The price unit code property name</summary> </member> <member name="M:Tix.Runtime.Money.Json.UnitPriceJsonConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Json.UnitPriceJsonConverter"/> class. </summary> </member> <member name="M:Tix.Runtime.Money.Json.UnitPriceJsonConverter.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Json.UnitPriceJsonConverter"/> class. </summary> <param name="useCamelCase">if set to <c>true</c> [use camel case].</param> </member> <member name="P:Tix.Runtime.Money.Json.UnitPriceJsonConverter.CanRead"> <summary>Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON.</summary> <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.Money.Json.UnitPriceJsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Writes the JSON representation of the object.</summary> <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> <exception cref="T:System.ArgumentNullException">The value of 'writer', 'value' and 'serializer' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.UnitPriceJsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Reads the JSON representation of the object.</summary> <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> <exception cref="T:System.ArgumentNullException">The value of 'reader' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Money.Json.UnitPriceJsonConverter.CanConvert(System.Type)"> <summary>Determines whether this instance can convert the specified object type.</summary> <param name="objectType">Type of the object.</param> <returns><c>true</c> if this instance can convert the specified object type; otherwise,<c>false</c>.</returns> </member> <member name="M:Tix.Runtime.Money.Json.UnitPriceJsonConverter.IsNull(Newtonsoft.Json.Linq.JToken)"> <summary> Determines whether the specified value is null. </summary> <param name="value">The value.</param> <returns>true when the token represents null, false otherwise.</returns> </member> <member name="T:Tix.Runtime.Money.Json.QuantityJsonConverter"> <summary>Converts a instance of Money to and from JSON.</summary> </member> <member name="M:Tix.Runtime.Money.Json.QuantityJsonConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Json.QuantityJsonConverter"/> class. </summary> </member> <member name="T:Tix.Runtime.Money.Json.UnitPriceJsonConverterNonCamelCase"> <summary>Converts a instance of UnitPrice to and from JSON.</summary> <seealso cref="T:Tix.Runtime.Money.Json.UnitPriceJsonConverter" /> </member> <member name="M:Tix.Runtime.Money.Json.UnitPriceJsonConverterNonCamelCase.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Json.UnitPriceJsonConverterNonCamelCase"/> class. </summary> </member> <member name="T:Tix.Runtime.Money.Json.MoneyJsonConverter"> <summary>Converts a instance of Money to and from JSON.</summary> </member> <member name="M:Tix.Runtime.Money.Json.MoneyJsonConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Json.MoneyJsonConverter"/> class. </summary> </member> <member name="T:Tix.Runtime.Money.Money"> <summary>The money.</summary> <summary>The money.</summary> <summary> Represents a decimal amount of a specific <see cref="P:Tix.Runtime.Money.Money.Currency"/>. </summary> <remarks> This type is implemented as a value type, thus it is copyed on every method call and every assignment. As the type is small, this should not be a problem, and it reduces garbage collection needs, as would be for a reference type. We use the flyweight pattern to access the currency: Currency is a reference type, so we store just a pointer. As Currency is immutable, that is no problem. </remarks> <summary>Represents Money, an amount defined in a specific Currency.</summary> <summary>The money.</summary> <summary>The money.</summary> </member> <member name="M:Tix.Runtime.Money.Money.op_Addition(Tix.Runtime.Money.Money,Tix.Runtime.Money.Money)"> <summary>The +.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The result of the addition.</returns> </member> <member name="M:Tix.Runtime.Money.Money.op_Subtraction(Tix.Runtime.Money.Money,Tix.Runtime.Money.Money)"> <summary>Subtracts two money values of same currency.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The subtraction of both values/</returns> </member> <member name="M:Tix.Runtime.Money.Money.op_Multiply(Tix.Runtime.Money.Money,System.Decimal)"> <summary>Multiplies (scales) a money values by a decimal factor.</summary> <param name="left">The money value.</param> <param name="right">The scaling factor.</param> <returns>The scales money value.</returns> </member> <member name="M:Tix.Runtime.Money.Money.op_Division(Tix.Runtime.Money.Money,Tix.Runtime.Money.Money)"> <summary>Divides two money values to retrieve the ratio of them.</summary> <param name="left">The divisor.</param> <param name="right">The dividend.</param> <returns>The ratio between the two values.</returns> </member> <member name="M:Tix.Runtime.Money.Money.Add(Tix.Runtime.Money.Money,Tix.Runtime.Money.Money)"> <summary>The add.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.Subtract(Tix.Runtime.Money.Money,Tix.Runtime.Money.Money)"> <summary>The subtract.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.Multiply(Tix.Runtime.Money.Money,System.Decimal)"> <summary>The multiply.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.Divide(Tix.Runtime.Money.Money,Tix.Runtime.Money.Money)"> <summary>The multiply.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.UnsaveDivide(Tix.Runtime.Money.Money,System.Decimal)"> <summary>The multiply.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.op_Equality(Tix.Runtime.Money.Money,Tix.Runtime.Money.Money)"> <summary>The ==.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>True when both operators are equal, false otherwise.</returns> </member> <member name="M:Tix.Runtime.Money.Money.op_Inequality(Tix.Runtime.Money.Money,Tix.Runtime.Money.Money)"> <summary>The !=.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>True when both operators are not equal, false otherwise.</returns> </member> <member name="M:Tix.Runtime.Money.Money.op_GreaterThan(Tix.Runtime.Money.Money,Tix.Runtime.Money.Money)"> <summary>The >.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>True when the left instance is greater than the right, false otherwise.</returns> </member> <member name="M:Tix.Runtime.Money.Money.op_LessThan(Tix.Runtime.Money.Money,Tix.Runtime.Money.Money)"> <summary>The <.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>True when the left instance is less than the right, false otherwise.</returns> </member> <member name="M:Tix.Runtime.Money.Money.op_GreaterThanOrEqual(Tix.Runtime.Money.Money,Tix.Runtime.Money.Money)"> <summary>The >=.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>True when the left instance is greater or equal than the right, false otherwise.</returns> </member> <member name="M:Tix.Runtime.Money.Money.op_LessThanOrEqual(Tix.Runtime.Money.Money,Tix.Runtime.Money.Money)"> <summary>The <=.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>True when the left instance is less or equal than the right, false otherwise.</returns> </member> <member name="M:Tix.Runtime.Money.Money.Equals(Tix.Runtime.Money.Money)"> <summary>The equals.</summary> <param name="other">The other.</param> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.Equals(System.Object)"> <summary>The equals.</summary> <param name="obj">The obj.</param> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.CompareTo(Tix.Runtime.Money.Money)"> <summary>The compare to.</summary> <param name="other">The other.</param> <returns>The <see cref="T:System.Int32"/>.</returns> <remark> You can compare only instances of the same currency. Using different currencies will throw an exception. </remark> </member> <member name="M:Tix.Runtime.Money.Money.System#IComparable#CompareTo(System.Object)"> <summary>The compare to.</summary> <param name="obj">The obj.</param> <returns>The <see cref="T:System.Int32"/>.</returns> </member> <member name="F:Tix.Runtime.Money.Money.MaxValue"> <summary>The maximum value the amount can have.</summary> <remarks> The maximum value is the largest value that fit both in Oracle NUMBER type (38 digits) and the decimal type (28 digits), rounded down to the nearest power of 10. This gives 28 significant digits. The value must be adjusted by the number of decimal places a currency has. </remarks> </member> <member name="F:Tix.Runtime.Money.Money.MinValue"> <summary>The minimum value the amount can have.</summary> <remarks> The minimum value is the smallest value that fit both in Oracle NUMBER type (38 digits) and the decimal type (28 digits), rounded up to the nearest power of 10 minus 1. This gives 28 significant digits. The value must be adjusted by the number of decimal places a currency has. </remarks> </member> <member name="F:Tix.Runtime.Money.Money.amount"> <summary>The amount of the monetary value.</summary> </member> <member name="F:Tix.Runtime.Money.Money.currency"> <summary> The <see cref="P:Tix.Runtime.Money.Money.Currency"/> this amount represents money in. </summary> <remarks> This field requires a dictionary access every time an instance is created (when the money instance is created by using the currency code). This is a typical use case when loading data form database and transferring to the client without doing calculations. It might impose a performance problem. Removing that access imposes the following problems: * Currency code is not checked for validity * Any rounding anyway requires the access to the currency </remarks> </member> <member name="M:Tix.Runtime.Money.Money.#ctor(System.Decimal)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Money"/> struct equal to <paramref name="value"/>. </summary> <param name="value"> The value. </param> </member> <member name="M:Tix.Runtime.Money.Money.#ctor(System.Decimal,Tix.Runtime.Money.Currency)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Money"/> struct equal to <paramref name="value"/> in <paramref name="currency"/>. </summary> <param name="value"> The value. </param> <param name="currency"> The currency. </param> </member> <member name="M:Tix.Runtime.Money.Money.#ctor(System.Decimal,System.String)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Money"/> struct equal to <paramref name="value"/>. </summary> <param name="value">The value.</param> <param name="currencyCode">The code of the currency,</param> </member> <member name="M:Tix.Runtime.Money.Money.#ctor(System.Decimal,System.String,Tix.Runtime.Money.RoundingPlaces)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Money"/> struct equal to <paramref name="value"/>. </summary> <param name="value">The value.</param> <param name="currencyCode">The code of the currency,</param> <param name="places">The number of valid digits for this instance.</param> </member> <member name="M:Tix.Runtime.Money.Money.#ctor(System.Decimal,Tix.Runtime.Money.RoundingPlaces)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Money"/> struct.</summary> <param name="amount">The amount.</param> <param name="places">The number of valid digits for this instance.</param> </member> <member name="M:Tix.Runtime.Money.Money.#ctor(System.Decimal,Tix.Runtime.Money.Currency,Tix.Runtime.Money.RoundingPlaces)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Money"/> struct.</summary> <param name="amount">The amount.</param> <param name="currency">The currency.</param> <param name="places">The number of valid digits for this instance.</param> </member> <member name="P:Tix.Runtime.Money.Money.Amount"> <summary>Gets the amount of the monetary value.</summary> </member> <member name="P:Tix.Runtime.Money.Money.Currency"> <summary> Gets the <see cref="P:Tix.Runtime.Money.Money.Currency"/> which this money value is specified in. </summary> </member> <member name="M:Tix.Runtime.Money.Money.GetMinValue(System.String)"> <summary> Gets the minimum value adjusted for the decimal digits of the currency. </summary> <param name="currencyCode">The currency code.</param> <returns>The minimum value possible for the currency.</returns> </member> <member name="M:Tix.Runtime.Money.Money.GetMinValue(Tix.Runtime.Money.Currency)"> <summary> Gets the minimum value adjusted for the decimal digits of the currency. </summary> <param name="currency">The currency.</param> <returns>The minimum value possible for the currency.</returns> </member> <member name="M:Tix.Runtime.Money.Money.GetMaxValue(System.String)"> <summary> Gets the maximum value adjusted for the decimal digits of the currency. </summary> <param name="currencyCode">The currency code.</param> <returns>The maximum value possible for the currency.</returns> </member> <member name="M:Tix.Runtime.Money.Money.GetMaxValue(Tix.Runtime.Money.Currency)"> <summary> Gets the maximum value adjusted for the decimal digits of the currency. </summary> <param name="currency">The currency.</param> <returns>The maximum value possible for the currency.</returns> </member> <member name="M:Tix.Runtime.Money.Money.GetHashCode"> <summary>The get hash code.</summary> <returns>The <see cref="T:System.Int32"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.ToString"> <summary>The to string.</summary> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.ToString(System.String)"> <summary>The to string.</summary> <param name="format">The format.</param> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.ToString(System.String,System.IFormatProvider)"> <summary>The to string.</summary> <param name="format">The format.</param> <param name="formatProvider">The format provider.</param> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.GetDebugView"> <summary>The get debug view.</summary> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.IsNull"> <summary> Determines whether this instance is null. </summary> <returns> <c>true</c> if this instance is null; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.UnsaveDivide(System.Decimal)"> <summary>The unsave divide.</summary> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.CheckDifferentCurrencies(Tix.Runtime.Money.Money,Tix.Runtime.Money.Money)"> <summary>The different currencies.</summary> <param name="left">The left.</param> <param name="right">The right.</param> </member> <member name="M:Tix.Runtime.Money.Money.CheckAmount(System.Decimal,Tix.Runtime.Money.Currency)"> <summary> Checks the amount: the range is valid and the accuracy is according to the currency </summary> <param name="amount">The amount.</param> <param name="currency">The currency in which the amount is expressed.</param> </member> <member name="M:Tix.Runtime.Money.Money.Euro(System.Decimal)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Money"/> structure in euro's.</summary> <param name="amount">The Amount of money in euro.</param> <returns>A <see cref="T:Tix.Runtime.Money.Money"/> structure with EUR as <see cref="P:Tix.Runtime.Money.Money.Currency"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.Euro(System.Decimal,Tix.Runtime.Money.RoundingPlaces)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Money"/> structure in euro's.</summary> <param name="amount">The Amount of money in euro.</param> <param name="places">The places.</param> <returns>A <see cref="T:Tix.Runtime.Money.Money"/> structure with EUR as <see cref="P:Tix.Runtime.Money.Money.Currency"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.USDollar(System.Decimal)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Money"/> structure in US dollars.</summary> <param name="amount">The Amount of money in US dollar.</param> <returns>A <see cref="T:Tix.Runtime.Money.Money"/> structure with USD as <see cref="P:Tix.Runtime.Money.Money.Currency"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.USDollar(System.Decimal,Tix.Runtime.Money.RoundingPlaces)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Money"/> structure in US dollars.</summary> <param name="amount">The Amount of money in euro.</param> <param name="places">The places.</param> <returns>A <see cref="T:Tix.Runtime.Money.Money"/> structure with USD as <see cref="P:Tix.Runtime.Money.Money.Currency"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.Yen(System.Decimal)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Money"/> structure in Japanese Yens.</summary> <param name="amount">The Amount of money in Japanese Yen.</param> <returns>A <see cref="T:Tix.Runtime.Money.Money"/> structure with JPY as <see cref="P:Tix.Runtime.Money.Money.Currency"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.Yen(System.Decimal,Tix.Runtime.Money.RoundingPlaces)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Money"/> structure in Japanese Yens.</summary> <param name="amount">The Amount of money in euro.</param> <param name="places">The places.</param> <returns>A <see cref="T:Tix.Runtime.Money.Money"/> structure with JPY as <see cref="P:Tix.Runtime.Money.Money.Currency"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.PoundSterling(System.Decimal)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Money"/> structure in British pounds.</summary> <param name="amount">The Amount of money in Pound Sterling.</param> <returns>A <see cref="T:Tix.Runtime.Money.Money"/> structure with GBP as <see cref="P:Tix.Runtime.Money.Money.Currency"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.PoundSterling(System.Decimal,Tix.Runtime.Money.RoundingPlaces)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Money"/> structure in British pounds.</summary> <param name="amount">The Amount of money in euro.</param> <param name="places">The places.</param> <returns>A <see cref="T:Tix.Runtime.Money.Money"/> structure with GBP as <see cref="P:Tix.Runtime.Money.Money.Currency"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.Round"> <summary> Rounds the amount to the decimal places defined by the currency. The rounding strategy is "ToEven". </summary> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.Round(Tix.Runtime.Money.RoundingPlaces)"> <summary>The round.</summary> <param name="places">The places.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.Round(Tix.Runtime.Money.RoundingPlaces,Tix.Runtime.Money.Money@)"> <summary>The round.</summary> <param name="places">The places.</param> <param name="remainder"> The amount of money by which the rounded value was changed, which can be negative. Return value added to the remainder gives the original amount. </param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.RoundCore(System.Decimal,Tix.Runtime.Money.Currency,Tix.Runtime.Money.RoundingPlaces)"> <summary>Implements the rounding functionality.</summary> <param name="amount">The amount to round</param> <param name="currency">The currency used for rounding</param> <param name="places">The places.</param> <returns>The <see cref="T:System.Decimal"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.GetExponentFromPlaces(Tix.Runtime.Money.Currency,Tix.Runtime.Money.RoundingPlaces)"> <summary>The get exponent from places.</summary> <param name="currency">The currency.</param> <param name="places">The places.</param> <returns>The <see cref="T:System.Int32"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.op_UnaryNegation(Tix.Runtime.Money.Money)"> <summary>Negates the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.op_UnaryPlus(Tix.Runtime.Money.Money)"> <summary>Pluses the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.op_Decrement(Tix.Runtime.Money.Money)"> <summary>Decrements the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.op_Increment(Tix.Runtime.Money.Money)"> <summary>Increment the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.Plus(Tix.Runtime.Money.Money)"> <summary>Pluses the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.Negate(Tix.Runtime.Money.Money)"> <summary>Negates the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.Increment(Tix.Runtime.Money.Money)"> <summary>Increments the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Money.Decrement(Tix.Runtime.Money.Money)"> <summary>Increments the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="T:Tix.Runtime.Money.MoneyAllocationException"> <summary>The money allocation exception.</summary> </member> <member name="F:Tix.Runtime.Money.MoneyAllocationException.amountToDistribute"> <summary>The amount to distribute.</summary> </member> <member name="F:Tix.Runtime.Money.MoneyAllocationException.distributionTotal"> <summary>The distribution total.</summary> </member> <member name="F:Tix.Runtime.Money.MoneyAllocationException.distribution"> <summary>The distribution.</summary> </member> <member name="M:Tix.Runtime.Money.MoneyAllocationException.#ctor(Tix.Runtime.Money.Money,Tix.Runtime.Money.Money,System.Decimal[])"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.MoneyAllocationException"/> class.</summary> <param name="amountToDistribute">The amount to distribute.</param> <param name="distributionTotal">The distribution total.</param> <param name="distribution">The distribution.</param> </member> <member name="M:Tix.Runtime.Money.MoneyAllocationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.MoneyAllocationException"/> class.</summary> <param name="info">The info.</param> <param name="context">The context.</param> </member> <member name="P:Tix.Runtime.Money.MoneyAllocationException.Distribution"> <summary>Gets the distribution.</summary> </member> <member name="P:Tix.Runtime.Money.MoneyAllocationException.DistributionTotal"> <summary>Gets the distribution total.</summary> </member> <member name="P:Tix.Runtime.Money.MoneyAllocationException.AmountToDistribute"> <summary>Gets the amount to distribute.</summary> </member> <member name="M:Tix.Runtime.Money.MoneyAllocationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary>When overridden in a derived class, sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.</summary> <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown. </param> <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination. </param> <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is a null reference (Nothing in Visual Basic). </exception> <filterpriority>2</filterpriority> <PermissionSet> <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="*AllFiles*" PathDiscovery="*AllFiles*" /> <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="SerializationFormatter" /> </PermissionSet> </member> <member name="T:Tix.Runtime.Money.MoneyCost"> <summary>The money.</summary> <summary>The money.</summary> <summary> Represents a decimal amount of a specific <see cref="P:Tix.Runtime.Money.MoneyCost.Currency"/>. In contrast to the <see cref="T:Tix.Runtime.Money.Money"/> type, the MoneyCost type features a fixed accuracy of 9 decimal places, independent of the currency. This is useful to express prices or costs for parts that are sold in bulk. </summary> <remarks> This type is implemented as a value type, thus it is copyed on every method call and every assignment. As the type is small, this should not be a problem, and it reduces garbage collection needs, as would be for a reference type. We use the flyweight pattern to access the currency: Currency is a reference type, so we store just a pointer. As Currency is immutable, that is no problem. </remarks> <summary>Represents MoneyCost, an amount defined in a specific Currency.</summary> <summary>The money.</summary> <summary>The money.</summary> </member> <member name="M:Tix.Runtime.Money.MoneyCost.op_Addition(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.MoneyCost)"> <summary>The +.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The result of the addition.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.op_Subtraction(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.MoneyCost)"> <summary>Subtracts two money values of same currency.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The subtraction of both values/</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.op_Multiply(Tix.Runtime.Money.MoneyCost,System.Decimal)"> <summary>Multiplies (scales) a money values by a decimal factor.</summary> <param name="left">The money value.</param> <param name="right">The scaling factor.</param> <returns>The scales money value.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.op_Division(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.MoneyCost)"> <summary>Divides two money values to retrieve the ratio of them.</summary> <param name="left">The divisor.</param> <param name="right">The dividend.</param> <returns>The ratio between the two values.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.Add(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.MoneyCost)"> <summary>The add.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.Subtract(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.MoneyCost)"> <summary>The subtract.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.Multiply(Tix.Runtime.Money.MoneyCost,System.Decimal)"> <summary>Multiplies a <see cref="T:Tix.Runtime.Money.MoneyCost"/> value with a scalar value. The result is rounded to 9 decimal places.</summary> <param name="left">The <see cref="T:Tix.Runtime.Money.MoneyCost"/> value.</param> <param name="right">The scalar value with arbitrary precision.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.Divide(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.MoneyCost)"> <summary>Divides two <see cref="T:Tix.Runtime.Money.MoneyCost"/> values of same currency to retrieve a factor.</summary> <param name="left">The divisor.</param> <param name="right">The dividend.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.UnsaveDivide(Tix.Runtime.Money.MoneyCost,System.Decimal)"> <summary> Divides a <see cref="T:Tix.Runtime.Money.MoneyCost"/> value by a scalar dividend. This method doesn't care about splitting up cents exactly, so result * factor doesn't always equal the input amount. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.op_Equality(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.MoneyCost)"> <summary>The ==.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>True when both operators are equal, false otherwise.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.op_Inequality(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.MoneyCost)"> <summary>The !=.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>True when both operators are not equal, false otherwise.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.op_GreaterThan(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.MoneyCost)"> <summary>The >.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>True when the left instance is greater than the right, false otherwise.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.op_LessThan(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.MoneyCost)"> <summary>The <.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>True when the left instance is less than the right, false otherwise.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.op_GreaterThanOrEqual(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.MoneyCost)"> <summary>The >=.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>True when the left instance is greater or equal than the right, false otherwise.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.op_LessThanOrEqual(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.MoneyCost)"> <summary>The <=.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>True when the left instance is less or equal than the right, false otherwise.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.Equals(Tix.Runtime.Money.MoneyCost)"> <summary>The equals.</summary> <param name="other">The other.</param> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.Equals(System.Object)"> <summary>The equals.</summary> <param name="obj">The obj.</param> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.CompareTo(Tix.Runtime.Money.MoneyCost)"> <summary>The compare to.</summary> <param name="other">The other.</param> <returns>The <see cref="T:System.Int32"/>.</returns> <remark> You can compare only instances of the same currency. Using different currencies will throw an exception. </remark> </member> <member name="M:Tix.Runtime.Money.MoneyCost.System#IComparable#CompareTo(System.Object)"> <summary>The compare to.</summary> <param name="obj">The obj.</param> <returns>The <see cref="T:System.Int32"/>.</returns> </member> <member name="F:Tix.Runtime.Money.MoneyCost.MaxValue"> <summary>The maximum value the amount can have.</summary> <remarks> The maximum value is the largest value that fit both in Oracle NUMBER type (38 digits) and the decimal type (28 digits), rounded down to the nearest power of 10. This gives 28 significant digits. The value must be adjusted by the number of decimal places a currency has. </remarks> </member> <member name="F:Tix.Runtime.Money.MoneyCost.MinValue"> <summary>The minimum value the amount can have.</summary> <remarks> The minimum value is the smallest value that fit both in Oracle NUMBER type (38 digits) and the decimal type (28 digits), rounded up to the nearest power of 10 minus 1. This gives 28 significant digits. The value must be adjusted by the number of decimal places a currency has. </remarks> </member> <member name="F:Tix.Runtime.Money.MoneyCost.amount"> <summary>The amount of the monetary value.</summary> </member> <member name="F:Tix.Runtime.Money.MoneyCost.currency"> <summary> The <see cref="P:Tix.Runtime.Money.MoneyCost.Currency"/> this amount represents money in. </summary> <remarks> This field requires a dictionary access every time an instance is created (when the money instance is created by using the currency code). This is a typical use case when loading data form database and transferring to the client without doing calculations. It might impose a performance problem. Removing that access imposes the following problems: * Currency code is not checked for validity * Any rounding anyway requires the access to the currency </remarks> </member> <member name="M:Tix.Runtime.Money.MoneyCost.#ctor(System.Decimal)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.MoneyCost"/> struct equal to <paramref name="value"/>. </summary> <param name="value"> The value. </param> </member> <member name="M:Tix.Runtime.Money.MoneyCost.#ctor(System.Decimal,Tix.Runtime.Money.Currency)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.MoneyCost"/> struct equal to <paramref name="value"/> in <paramref name="currency"/>. </summary> <param name="value">The value.</param> <param name="currency">The currency.</param> </member> <member name="M:Tix.Runtime.Money.MoneyCost.#ctor(System.Decimal,System.String)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.MoneyCost"/> struct equal to <paramref name="value"/>. </summary> <param name="value">The value.</param> <param name="currencyCode">The code of the currency,</param> </member> <member name="P:Tix.Runtime.Money.MoneyCost.Amount"> <summary>Gets the amount of the monetary value.</summary> </member> <member name="P:Tix.Runtime.Money.MoneyCost.Currency"> <summary> Gets the <see cref="P:Tix.Runtime.Money.MoneyCost.Currency"/> which this money value is specified in. </summary> </member> <member name="M:Tix.Runtime.Money.MoneyCost.GetMinValue"> <summary> Gets the minimum value adjusted for the decimal digits of the currency. </summary> <returns>The minimum value possible for the currency.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.GetMaxValue"> <summary> Gets the maximum value adjusted for the decimal digits of the currency. </summary> <returns>The maximum value possible for the currency.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.CreateAndRound(System.Decimal,Tix.Runtime.Money.Currency)"> <summary> Rounds the amount to the precision of the MoneyCost struct and creates a new instance with the rounded value. </summary> <param name="amount">The amount.</param> <param name="currency">The currency.</param> <returns>A new MoneyCost instance.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.GetHashCode"> <summary>The get hash code.</summary> <returns>The <see cref="T:System.Int32"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.ToString"> <summary>The to string.</summary> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.ToString(System.String)"> <summary>The to string.</summary> <param name="format">The format.</param> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.ToString(System.String,System.IFormatProvider)"> <summary>The to string.</summary> <param name="format">The format.</param> <param name="formatProvider">The format provider.</param> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.ToMoney"> <summary> Converts the instance to a Money instance. </summary> <returns>The money instance.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.GetDebugView"> <summary>The get debug view.</summary> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.IsNull"> <summary> Determines whether this instance is null. </summary> <returns> <c>true</c> if this instance is null; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.UnsaveDivide(System.Decimal)"> <summary>The unsave divide.</summary> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.CheckDifferentCurrencies(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.MoneyCost)"> <summary>The different currencies.</summary> <param name="left">The left.</param> <param name="right">The right.</param> </member> <member name="M:Tix.Runtime.Money.MoneyCost.CheckAmount(System.Decimal,Tix.Runtime.Money.Currency)"> <summary> Checks the amount: the range is valid and the accuracy is according to the currency </summary> <param name="amount">The amount.</param> <param name="currency">The currency in which the amount is expressed.</param> </member> <member name="M:Tix.Runtime.Money.MoneyCost.Euro(System.Decimal)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.MoneyCost"/> structure in euro's.</summary> <param name="amount">The Amount of money in euro.</param> <returns>A <see cref="T:Tix.Runtime.Money.MoneyCost"/> structure with EUR as <see cref="P:Tix.Runtime.Money.MoneyCost.Currency"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.USDollar(System.Decimal)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.MoneyCost"/> structure in US dollars.</summary> <param name="amount">The Amount of money in US dollar.</param> <returns>A <see cref="T:Tix.Runtime.Money.MoneyCost"/> structure with USD as <see cref="P:Tix.Runtime.Money.MoneyCost.Currency"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.Yen(System.Decimal)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.MoneyCost"/> structure in Japanese Yens.</summary> <param name="amount">The Amount of money in Japanese Yen.</param> <returns>A <see cref="T:Tix.Runtime.Money.MoneyCost"/> structure with JPY as <see cref="P:Tix.Runtime.Money.MoneyCost.Currency"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.PoundSterling(System.Decimal)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.MoneyCost"/> structure in British pounds.</summary> <param name="amount">The Amount of money in Pound Sterling.</param> <returns>A <see cref="T:Tix.Runtime.Money.MoneyCost"/> structure with GBP as <see cref="P:Tix.Runtime.Money.MoneyCost.Currency"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.Round"> <summary> Rounds the amount to the decimal places defined by the currency. The rounding strategy is "ToEven". </summary> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.Round(Tix.Runtime.Money.RoundingPlaces)"> <summary>The round.</summary> <param name="places">The places.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.Round(Tix.Runtime.Money.RoundingPlaces,Tix.Runtime.Money.MoneyCost@)"> <summary>The round.</summary> <param name="places">The places.</param> <param name="remainder"> The amount of money by which the rounded value was changed, which can be negative. Return value added to the remainder gives the original amount. </param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.RoundCore(System.Decimal,Tix.Runtime.Money.Currency,Tix.Runtime.Money.RoundingPlaces)"> <summary>Implements the rounding functionality.</summary> <param name="amount">The amount to round</param> <param name="currency">The currency used for rounding</param> <param name="places">The places.</param> <returns>The <see cref="T:System.Decimal"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.RoundCoreForCurrency(System.Decimal,Tix.Runtime.Money.Currency,Tix.Runtime.Money.RoundingPlaces)"> <summary>Implements the rounding functionality.</summary> <param name="amount">The amount to round</param> <param name="currency">The currency used for rounding</param> <param name="places">The places.</param> <returns>The <see cref="T:System.Decimal"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.GetExponentFromPlaces(Tix.Runtime.Money.Currency,Tix.Runtime.Money.RoundingPlaces)"> <summary>The get exponent from places.</summary> <param name="currency">The currency.</param> <param name="places">The places.</param> <returns>The <see cref="T:System.Int32"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.op_UnaryNegation(Tix.Runtime.Money.MoneyCost)"> <summary>Negates the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.op_UnaryPlus(Tix.Runtime.Money.MoneyCost)"> <summary>Pluses the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.op_Decrement(Tix.Runtime.Money.MoneyCost)"> <summary>Decrements the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.op_Increment(Tix.Runtime.Money.MoneyCost)"> <summary>Increment the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.Plus(Tix.Runtime.Money.MoneyCost)"> <summary>Pluses the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.Negate(Tix.Runtime.Money.MoneyCost)"> <summary>Negates the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.Increment(Tix.Runtime.Money.MoneyCost)"> <summary>Increments the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCost.Decrement(Tix.Runtime.Money.MoneyCost)"> <summary>Increments the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="T:Tix.Runtime.Money.MoneyCostAllocationException"> <summary>The money allocation exception.</summary> </member> <member name="F:Tix.Runtime.Money.MoneyCostAllocationException.amountToDistribute"> <summary>The amount to distribute.</summary> </member> <member name="F:Tix.Runtime.Money.MoneyCostAllocationException.distributionTotal"> <summary>The distribution total.</summary> </member> <member name="F:Tix.Runtime.Money.MoneyCostAllocationException.distribution"> <summary>The distribution.</summary> </member> <member name="M:Tix.Runtime.Money.MoneyCostAllocationException.#ctor(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.MoneyCost,System.Decimal[])"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.MoneyCostAllocationException"/> class.</summary> <param name="amountToDistribute">The amount to distribute.</param> <param name="distributionTotal">The distribution total.</param> <param name="distribution">The distribution.</param> </member> <member name="M:Tix.Runtime.Money.MoneyCostAllocationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.MoneyCostAllocationException"/> class.</summary> <param name="info">The info.</param> <param name="context">The context.</param> </member> <member name="P:Tix.Runtime.Money.MoneyCostAllocationException.Distribution"> <summary>Gets the distribution.</summary> </member> <member name="P:Tix.Runtime.Money.MoneyCostAllocationException.DistributionTotal"> <summary>Gets the distribution total.</summary> </member> <member name="P:Tix.Runtime.Money.MoneyCostAllocationException.AmountToDistribute"> <summary>Gets the amount to distribute.</summary> </member> <member name="M:Tix.Runtime.Money.MoneyCostAllocationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary>When overridden in a derived class, sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.</summary> <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown. </param> <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination. </param> <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is a null reference (Nothing in Visual Basic). </exception> <filterpriority>2</filterpriority> <PermissionSet> <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="*AllFiles*" PathDiscovery="*AllFiles*" /> <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="SerializationFormatter" /> </PermissionSet> </member> <member name="T:Tix.Runtime.Money.MoneyCostDistributor"> <summary>The money distributor.</summary> </member> <member name="F:Tix.Runtime.Money.MoneyCostDistributor.Precision"> <summary> The precision </summary> </member> <member name="F:Tix.Runtime.Money.MoneyCostDistributor.Quantum"> <summary> The quantum </summary> </member> <member name="M:Tix.Runtime.Money.MoneyCostDistributor.Distribute(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.FractionReceivers,System.Int32)"> <summary>The distribute.</summary> <param name="toDistribute">The to Distribute.</param> <param name="receiver">The receiver.</param> <param name="numberOfSlots">The count.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCostDistributor.Distribute(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.FractionReceivers,System.Collections.Generic.IEnumerable{System.Decimal})"> <summary> Distributes the specified to distribute. </summary> <param name="toDistribute">To distribute.</param> <param name="receiver">The receiver.</param> <param name="slots">The slots.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCostDistributor.DistributeWithWeightedRests(Tix.Runtime.Money.MoneyCost,System.Collections.Generic.List{System.Decimal})"> <summary>The distribute.</summary> <param name="toDistribute">The to Distribute.</param> <param name="shares">The receiver.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCostDistributor.SumShares(System.Collections.Generic.List{System.Decimal})"> <summary> Sums up the shares and applies checks to them to ensure prerequisites the <see cref="M:Tix.Runtime.Money.MoneyCostDistributor.DistributeWithWeightedRests(Tix.Runtime.Money.MoneyCost,System.Collections.Generic.List{System.Decimal})"/> method has. </summary> <param name="shares">The shares.</param> <returns>The sum of the shares.</returns> </member> <member name="T:Tix.Runtime.Money.MoneyCostEnumerable"> <summary> Provides enumerable extensions for MoneyCost type. </summary> </member> <member name="M:Tix.Runtime.Money.MoneyCostEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.Money.MoneyCost})"> <summary> Sums the list of Money entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the Money value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="T:Tix.Runtime.Money.MoneyCostExtensions"> <summary>The money extensions.</summary> </member> <member name="M:Tix.Runtime.Money.MoneyCostExtensions.Distribute(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.FractionReceivers,System.Int32)"> <summary>The distribute.</summary> <param name="money">The money.</param> <param name="fractionReceivers">The fraction receivers.</param> <param name="numberOfBuckets">The number of buckets.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCostExtensions.Distribute(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.FractionReceivers,System.Collections.Generic.IEnumerable{System.Decimal})"> <summary> Distributes the specified fraction receivers. </summary> <param name="money">The money.</param> <param name="fractionReceivers">The fraction receivers.</param> <param name="slots">The slots.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyCostExtensions.DistributeWithWeightedRests(Tix.Runtime.Money.MoneyCost,System.Collections.Generic.IEnumerable{System.Decimal})"> <summary> Distributes the specified fraction receivers weighted. </summary> <param name="money">The money.</param> <param name="slots">The slots.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="T:Tix.Runtime.Money.MoneyDistributor"> <summary>The money distributor.</summary> </member> <member name="M:Tix.Runtime.Money.MoneyDistributor.Distribute(Tix.Runtime.Money.Money,Tix.Runtime.Money.FractionReceivers,System.Int32)"> <summary>The distribute.</summary> <param name="toDistribute">The to Distribute.</param> <param name="receiver">The receiver.</param> <param name="numberOfSlots">The count.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyDistributor.Distribute(Tix.Runtime.Money.Money,Tix.Runtime.Money.FractionReceivers,System.Collections.Generic.IEnumerable{System.Decimal})"> <summary> Distributes the specified to distribute. </summary> <param name="toDistribute">To distribute.</param> <param name="receiver">The receiver.</param> <param name="slots">The percentages of the slots.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyDistributor.DistributeWithWeightedRests(Tix.Runtime.Money.Money,System.Collections.Generic.List{System.Decimal})"> <summary>The distribute.</summary> <param name="toDistribute">The to Distribute.</param> <param name="shares">The receiver.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="T:Tix.Runtime.Money.MoneyEnumerable"> <summary> Provides enumerable extensions for Money type. </summary> </member> <member name="M:Tix.Runtime.Money.MoneyEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.Money.Money})"> <summary> Sums the list of Money entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the Money value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="T:Tix.Runtime.Money.MoneyExtensions"> <summary>The money extensions.</summary> </member> <member name="M:Tix.Runtime.Money.MoneyExtensions.Distribute(Tix.Runtime.Money.Money,Tix.Runtime.Money.FractionReceivers,System.Int32)"> <summary>The distribute.</summary> <param name="money">The money.</param> <param name="fractionReceivers">The fraction receivers.</param> <param name="numberOfBuckets">The number of buckets.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyExtensions.Distribute(Tix.Runtime.Money.Money,Tix.Runtime.Money.FractionReceivers,System.Collections.Generic.IEnumerable{System.Decimal})"> <summary> Distributes the specified fraction receivers. </summary> <param name="money">The money.</param> <param name="fractionReceivers">The fraction receivers.</param> <param name="slots">The slots.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.MoneyExtensions.DistributeWithWeightedRests(Tix.Runtime.Money.Money,System.Collections.Generic.IEnumerable{System.Decimal})"> <summary> Distributes the specified fraction receivers weighted. </summary> <param name="money">The money.</param> <param name="slots">The slots.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="T:Tix.Runtime.Money.PriceUnit"> <summary>The price unit.</summary> <summary> The price unit represents the quantity in which items are measured. An example is flour, which is sold in packages of 1 kg. So the PriceUnit is 'per 1 kg'. </summary> <remarks> To create an instance of this class, don't use the constructor, but PriceUnitRegistry.FromCode. This class is used in code to calculate. It has no dependencies with the database entity. The database entity maintains one instance of price unit </remarks> </member> <member name="F:Tix.Runtime.Money.PriceUnit.PerHourCode"> <summary>The per hour code.</summary> </member> <member name="F:Tix.Runtime.Money.PriceUnit.PerKilogramCode"> <summary>The per kilogram code.</summary> </member> <member name="F:Tix.Runtime.Money.PriceUnit.Per1000KilogramCode"> <summary>The per 1000 kilogram code.</summary> </member> <member name="F:Tix.Runtime.Money.PriceUnit.PerPoundCode"> <summary>The per pound code.</summary> </member> <member name="F:Tix.Runtime.Money.PriceUnit.Per1000PoundCode"> <summary>The per 1000 pound code.</summary> </member> <member name="F:Tix.Runtime.Money.PriceUnit.PerItemCountCode"> <summary>The per item count code.</summary> </member> <member name="F:Tix.Runtime.Money.PriceUnit.PerLiterCode"> <summary>The per liter code.</summary> </member> <member name="F:Tix.Runtime.Money.PriceUnit.PerGallonCode"> <summary>The per gallon code.</summary> </member> <member name="M:Tix.Runtime.Money.PriceUnit.PerHour"> <summary>The per hour.</summary> <returns>The <see cref="T:Tix.Runtime.Money.PriceUnit"/>.</returns> </member> <member name="M:Tix.Runtime.Money.PriceUnit.PerKilogram"> <summary>The per kilogram.</summary> <returns>The <see cref="T:Tix.Runtime.Money.PriceUnit"/>.</returns> </member> <member name="M:Tix.Runtime.Money.PriceUnit.Per1000Kilogram"> <summary>The per 1000 kilogram.</summary> <returns>The <see cref="T:Tix.Runtime.Money.PriceUnit"/>.</returns> </member> <member name="M:Tix.Runtime.Money.PriceUnit.PerPound"> <summary>The per pound.</summary> <returns>The <see cref="T:Tix.Runtime.Money.PriceUnit"/>.</returns> </member> <member name="M:Tix.Runtime.Money.PriceUnit.Per1000Pound"> <summary>The per 1000 pound.</summary> <returns>The <see cref="T:Tix.Runtime.Money.PriceUnit"/>.</returns> </member> <member name="M:Tix.Runtime.Money.PriceUnit.PerItemCount"> <summary>The per item count.</summary> <returns>The <see cref="T:Tix.Runtime.Money.PriceUnit"/>.</returns> </member> <member name="M:Tix.Runtime.Money.PriceUnit.PerLiter"> <summary>The per liter.</summary> <returns>The <see cref="T:Tix.Runtime.Money.PriceUnit"/>.</returns> </member> <member name="M:Tix.Runtime.Money.PriceUnit.PerGallon"> <summary>The per gallon.</summary> <returns>The <see cref="T:Tix.Runtime.Money.PriceUnit"/>.</returns> </member> <member name="F:Tix.Runtime.Money.PriceUnit.priceUnitCode"> <summary>The price unit code.</summary> </member> <member name="F:Tix.Runtime.Money.PriceUnit.factor"> <summary>The factor.</summary> </member> <member name="F:Tix.Runtime.Money.PriceUnit.measUnitCode"> <summary>The meas unit code.</summary> </member> <member name="F:Tix.Runtime.Money.PriceUnit.varCategory"> <summary>The variable category.</summary> </member> <member name="F:Tix.Runtime.Money.PriceUnit.measUnitSymbol"> <summary>The meas unit symbol.</summary> </member> <member name="M:Tix.Runtime.Money.PriceUnit.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.PriceUnit"/> class. The parameterless constructor is needed for deserializing, do not call directly </summary> </member> <member name="M:Tix.Runtime.Money.PriceUnit.#ctor(System.String,System.Decimal,System.String,Tix.Runtime.VarCategories)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.PriceUnit" /> class. </summary> <param name="priceUnitCode">The price Unit Code.</param> <param name="factor">The factor, which is a positive integer number.</param> <param name="measUnitCode">The meas unit code.</param> <param name="varCategory">The variable category.</param> </member> <member name="M:Tix.Runtime.Money.PriceUnit.#ctor(System.String,System.Decimal,System.String,Tix.Runtime.VarCategories,System.String)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.PriceUnit" /> class. </summary> <param name="priceUnitCode">The price Unit Code.</param> <param name="factor">The factor.</param> <param name="measUnitCode">The meas unit code.</param> <param name="varCategory">The variable category.</param> <param name="measUnitSymbol">The meas unit symbol.</param> <remarks>This overload is intended for internal use only.</remarks> </member> <member name="P:Tix.Runtime.Money.PriceUnit.Code"> <summary>Gets the price unit code.</summary> </member> <member name="P:Tix.Runtime.Money.PriceUnit.Factor"> <summary>Gets the factor.</summary> </member> <member name="P:Tix.Runtime.Money.PriceUnit.MeasUnitCode"> <summary>Gets the meas unit code.</summary> </member> <member name="P:Tix.Runtime.Money.PriceUnit.VarCategory"> <summary>Gets the variable category.</summary> </member> <member name="M:Tix.Runtime.Money.PriceUnit.FromCode(System.String)"> <summary>Returns a price unit instance that matches the given price unit code.</summary> <param name="priceUnitCode">The price unit code.</param> <returns>The <see cref="T:Tix.Runtime.Money.PriceUnit"/>.</returns> </member> <member name="M:Tix.Runtime.Money.PriceUnit.Equals(System.Object)"> <summary> Determines whether the specified <see cref="T:System.Object" />, is equal to this instance. </summary> <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param> <returns> <c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>. </returns> </member> <member name="M:Tix.Runtime.Money.PriceUnit.GetHashCode"> <summary> Returns a hash code for this instance. </summary> <returns> A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns> </member> <member name="M:Tix.Runtime.Money.PriceUnit.ToString"> <summary> Returns a <see cref="T:System.String" /> that represents this instance. </summary> <returns> A <see cref="T:System.String" /> that represents this instance. </returns> </member> <member name="M:Tix.Runtime.Money.PriceUnit.Equals(Tix.Runtime.Money.PriceUnit)"> <summary> Implements the type-safe Equals method for the PriceUnit type. </summary> <param name="other">The other instance to compare with.</param> <returns>True when the instances are considered equal, false otherwise.</returns> <remarks> The instances are considered equal when both factor and measUnitCode are equal. </remarks> </member> <member name="M:Tix.Runtime.Money.PriceUnit.GetMeasurementUnitSymbol"> <summary> Gets the measurement unit symbol. </summary> <returns>The symbol for the given measurement unit code.</returns> </member> <member name="T:Tix.Runtime.Money.UnitPrice"> <summary> Defines the price per unit. For example: 135 EUR / 100 kg. </summary> <summary>The quantity.</summary> <summary>The unit price.</summary> <summary> Defines the price per unit. For example: 135 EUR / 100 kg. In contrast to the <seealso cref="T:Tix.Runtime.Money.Money" /> type the accuracy is not related to the currency and more accuracy is available. </summary> <seealso cref="T:System.IEquatable`1" /> <seealso cref="T:System.IComparable" /> <seealso cref="T:System.IComparable`1" /> </member> <member name="M:Tix.Runtime.Money.UnitPrice.Average(System.Collections.Generic.IEnumerable{Tix.Runtime.Money.UnitPrice})"> <summary> Creates the average unit price of a list of unit prices </summary> <param name="prices">The list of unit prices.</param> <returns>The average of the unit price amounts.</returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.op_Addition(Tix.Runtime.Money.UnitPrice,Tix.Runtime.Money.UnitPrice)"> <summary>The +.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The result of the addition.</returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.op_Subtraction(Tix.Runtime.Money.UnitPrice,Tix.Runtime.Money.UnitPrice)"> <summary>Subtracts two money values of same currency.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The subtraction of both values/</returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.op_Multiply(Tix.Runtime.Money.UnitPrice,Tix.Runtime.Money.Quantity)"> <summary>Multiplies a unit price with a quantity, resulting in a money instance.</summary> <param name="unitPrice">The unit price.</param> <param name="quantity">The quantity.</param> <returns>The money instance.</returns> <remarks>The units of unitPrice and quantity must match. No automatic conversion is done.</remarks> </member> <member name="M:Tix.Runtime.Money.UnitPrice.op_Multiply(Tix.Runtime.Money.Quantity,Tix.Runtime.Money.UnitPrice)"> <summary>Multiplies a unit price with a quantity, resulting in a money instance.</summary> <param name="quantity">The quantity.</param> <param name="unitPrice">The unit price.</param> <returns>The money instance.</returns> <remarks>The units of unitPrice and quantity must match. No automatic conversion is done.</remarks> </member> <member name="M:Tix.Runtime.Money.UnitPrice.op_Multiply(Tix.Runtime.Money.UnitPrice,Tix.Runtime.ConstDouble)"> <summary>Multiplies a unit price with a factor, resulting in a money instance.</summary> <param name="unitPrice">The unit price.</param> <param name="factor">The factor.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.Add(Tix.Runtime.Money.UnitPrice,Tix.Runtime.Money.UnitPrice)"> <summary>The add.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.Money.UnitPrice"/>.</returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.Subtract(Tix.Runtime.Money.UnitPrice,Tix.Runtime.Money.UnitPrice)"> <summary>The subtract.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.Money.UnitPrice"/>.</returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.Multiply(Tix.Runtime.Money.UnitPrice,Tix.Runtime.Money.Quantity)"> <summary>The multiply.</summary> <param name="unitPrice">The unit price.</param> <param name="quantity">The quantity.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> <remarks>The units of unitPrice and quantity must match. No automatic conversion is done.</remarks> </member> <member name="M:Tix.Runtime.Money.UnitPrice.Multiply(Tix.Runtime.Money.UnitPrice,Tix.Runtime.ConstDouble)"> <summary>Multiplies the specified unit price.</summary> <param name="unitPrice">The unit price.</param> <param name="factor">The factor.</param> <returns>The <see cref="T:Tix.Runtime.Money.MoneyCost"/>.</returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.op_Equality(Tix.Runtime.Money.UnitPrice,Tix.Runtime.Money.UnitPrice)"> <summary> Implements the operator ==. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.op_Inequality(Tix.Runtime.Money.UnitPrice,Tix.Runtime.Money.UnitPrice)"> <summary> Implements the operator !=. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.op_GreaterThan(Tix.Runtime.Money.UnitPrice,Tix.Runtime.Money.UnitPrice)"> <summary> Implements the operator >. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.op_GreaterThanOrEqual(Tix.Runtime.Money.UnitPrice,Tix.Runtime.Money.UnitPrice)"> <summary> Implements the operator >=. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.op_LessThan(Tix.Runtime.Money.UnitPrice,Tix.Runtime.Money.UnitPrice)"> <summary> Implements the operator <. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.op_LessThanOrEqual(Tix.Runtime.Money.UnitPrice,Tix.Runtime.Money.UnitPrice)"> <summary> Implements the operator <=. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.GetHashCode"> <summary> Returns a hash code for this instance. </summary> <returns> A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.Equals(System.Object)"> <summary> Determines whether the specified <see cref="T:System.Object" />, is equal to this instance. </summary> <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param> <returns> <c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>. </returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.Equals(Tix.Runtime.Money.UnitPrice)"> <summary>The equals.</summary> <param name="other">The other.</param> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.CompareTo(System.Object)"> <summary>The compare to.</summary> <param name="obj">The obj.</param> <returns>The <see cref="T:System.Int32"/>.</returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.CompareTo(Tix.Runtime.Money.UnitPrice)"> <summary>The compare to.</summary> <param name="other">The other.</param> <returns>The <see cref="T:System.Int32"/>.</returns> </member> <member name="F:Tix.Runtime.Money.UnitPrice.Epsilon"> <summary>The smallest value representable by the <see cref="T:Tix.Runtime.Money.UnitPrice"/> type.</summary> </member> <member name="F:Tix.Runtime.Money.UnitPrice.Null"> <summary>The instance that is considered as null or default(UnitPrice).</summary> </member> <member name="F:Tix.Runtime.Money.UnitPrice.amount"> <summary>The amount.</summary> </member> <member name="F:Tix.Runtime.Money.UnitPrice.currency"> <summary>The currency.</summary> </member> <member name="F:Tix.Runtime.Money.UnitPrice.priceUnit"> <summary>The price unit.</summary> </member> <member name="M:Tix.Runtime.Money.UnitPrice.#ctor(System.Decimal,System.String,System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.UnitPrice"/> struct.</summary> <param name="amount">The amount.</param> <param name="currencyCode">The currency code.</param> <param name="priceUnitCode">The price unit code.</param> <exception cref="T:System.ArgumentNullException">Either currency or price unit is null</exception> <exception cref="T:System.ArgumentOutOfRangeException">The amount is 0 or less.</exception> </member> <member name="M:Tix.Runtime.Money.UnitPrice.#ctor(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.PriceUnit)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.UnitPrice"/> struct.</summary> <param name="amount">The MoneyCost amount specifying amount and currency.</param> <param name="priceUnit">The price unit.</param> <exception cref="T:System.ArgumentNullException">Either currency or price unit is null</exception> <exception cref="T:System.ArgumentOutOfRangeException">The amount is 0 or less.</exception> </member> <member name="M:Tix.Runtime.Money.UnitPrice.#ctor(System.Decimal,Tix.Runtime.Money.Currency,Tix.Runtime.Money.PriceUnit)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.UnitPrice"/> struct.</summary> <param name="amount">The amount.</param> <param name="currency">The currency.</param> <param name="priceUnit">The price unit.</param> <exception cref="T:System.ArgumentNullException">Either currency or price unit is null</exception> </member> <member name="P:Tix.Runtime.Money.UnitPrice.Amount"> <summary>Gets the amount.</summary> </member> <member name="P:Tix.Runtime.Money.UnitPrice.Currency"> <summary>Gets the currency.</summary> </member> <member name="P:Tix.Runtime.Money.UnitPrice.PriceUnit"> <summary>Gets the price unit.</summary> </member> <member name="M:Tix.Runtime.Money.UnitPrice.Create(System.Nullable{System.Decimal},System.String,System.String)"> <summary> Creates a new instance of a UnitPrice. In contrast to the constructor, this method will also handle values that identify a null instance. </summary> <param name="amount">The amount.</param> <param name="currencyCode">The currency code.</param> <param name="priceUnitCode">The price unit code.</param> <returns>The UnitPrice instance.</returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.CalculateUnitPrice(Tix.Runtime.Money.MoneyCost,Tix.Runtime.Money.Quantity,Tix.Runtime.Money.PriceUnit)"> <summary> Calculates the unit price. </summary> <param name="cost">The cost.</param> <param name="quantityInPriceUnit">The quantity in price unit.</param> <param name="priceUnit">The price unit.</param> <returns> The unit price. </returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.ToString"> <summary> Returns a <see cref="T:System.String" /> that represents this instance. </summary> <returns> A <see cref="T:System.String" /> that represents this instance. </returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.ToString(System.String)"> <summary> Returns a <see cref="T:System.String" /> that represents this instance. </summary> <param name="format">The format.</param> <returns> A <see cref="T:System.String" /> that represents this instance. </returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.IsNull"> <summary> Determines whether this instance is null. </summary> <returns> <c>true</c> if this instance is null; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.RoundCore(System.Decimal)"> <summary> Rounds the core. </summary> <param name="value">The value.</param> <returns>The rounded value.</returns> </member> <member name="M:Tix.Runtime.Money.UnitPrice.CheckDifferentUnits(Tix.Runtime.Money.UnitPrice,Tix.Runtime.Money.UnitPrice)"> <summary>Checks if two quantity instances have the same unit of measure.</summary> <param name="left">The left instance.</param> <param name="right">The right instance.</param> </member> <member name="T:Tix.Runtime.Money.Quantity"> <summary>The quantity.</summary> <summary>The money.</summary> <summary> Represents a quantity: a number and the associated unit of measure in the form of measUnitCode. </summary> <summary> Represents a quantity: a number and the associated unit of measure in the form of measUnitCode. </summary> </member> <member name="M:Tix.Runtime.Money.Quantity.op_Addition(Tix.Runtime.Money.Quantity,Tix.Runtime.Money.Quantity)"> <summary>The +.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The result of the addition.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.op_Subtraction(Tix.Runtime.Money.Quantity,Tix.Runtime.Money.Quantity)"> <summary>Subtracts two money values of same currency.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The subtraction of both values/</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.op_Multiply(Tix.Runtime.Money.Quantity,System.Decimal)"> <summary>Multiplies (scales) a money values by a decimal factor.</summary> <param name="left">The money value.</param> <param name="right">The scaling factor.</param> <returns>The scales money value.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.op_Multiply(System.Decimal,Tix.Runtime.Money.Quantity)"> <summary>Multiplies (scales) a money values by a decimal factor.</summary> <param name="left">The money value.</param> <param name="right">The scaling factor.</param> <returns>The scales money value.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.op_Division(Tix.Runtime.Money.Quantity,System.Decimal)"> <summary>Divides two money values to retrieve the ratio of them.</summary> <param name="left">The divisor.</param> <param name="right">The dividend.</param> <returns>The ratio between the two values.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.op_Division(Tix.Runtime.Money.Quantity,Tix.Runtime.Money.Quantity)"> <summary>Divides two money values to retrieve the ratio of them.</summary> <param name="left">The divisor.</param> <param name="right">The dividend.</param> <returns>The ratio between the two values.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.Add(Tix.Runtime.Money.Quantity,Tix.Runtime.Money.Quantity)"> <summary>The add.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.Subtract(Tix.Runtime.Money.Quantity,Tix.Runtime.Money.Quantity)"> <summary>The subtract.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.Money.Quantity"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.Multiply(Tix.Runtime.Money.Quantity,System.Decimal)"> <summary>The multiply.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.Money.Quantity"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.Divide(Tix.Runtime.Money.Quantity,Tix.Runtime.Money.Quantity)"> <summary>The multiply.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.Money.Quantity"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.Divide(Tix.Runtime.Money.Quantity,System.Decimal)"> <summary>The multiply.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.Money.Quantity"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.op_UnaryNegation(Tix.Runtime.Money.Quantity)"> <summary>Negates the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.Quantity"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.op_UnaryPlus(Tix.Runtime.Money.Quantity)"> <summary>Pluses the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.Quantity"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.op_Decrement(Tix.Runtime.Money.Quantity)"> <summary>Decrements the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.Money"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.op_Increment(Tix.Runtime.Money.Quantity)"> <summary>Increment the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.Quantity"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.Plus(Tix.Runtime.Money.Quantity)"> <summary>Pluses the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.Quantity"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.Negate(Tix.Runtime.Money.Quantity)"> <summary>Negates the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.Quantity"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.Increment(Tix.Runtime.Money.Quantity)"> <summary>Increments the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.Quantity"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.Decrement(Tix.Runtime.Money.Quantity)"> <summary>Increments the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.Money.Quantity"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.op_Equality(Tix.Runtime.Money.Quantity,Tix.Runtime.Money.Quantity)"> <summary> Implements the operator ==. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.Money.Quantity.op_Inequality(Tix.Runtime.Money.Quantity,Tix.Runtime.Money.Quantity)"> <summary> Implements the operator !=. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.Money.Quantity.op_GreaterThan(Tix.Runtime.Money.Quantity,Tix.Runtime.Money.Quantity)"> <summary> Implements the operator >. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.Money.Quantity.op_GreaterThanOrEqual(Tix.Runtime.Money.Quantity,Tix.Runtime.Money.Quantity)"> <summary> Implements the operator >=. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.Money.Quantity.op_LessThan(Tix.Runtime.Money.Quantity,Tix.Runtime.Money.Quantity)"> <summary> Implements the operator <. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.Money.Quantity.op_LessThanOrEqual(Tix.Runtime.Money.Quantity,Tix.Runtime.Money.Quantity)"> <summary> Implements the operator <=. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.Money.Quantity.Equals(System.Object)"> <summary> Determines whether the specified <see cref="T:System.Object" />, is equal to this instance. </summary> <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param> <returns> <c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>. </returns> </member> <member name="M:Tix.Runtime.Money.Quantity.Equals(Tix.Runtime.Money.Quantity)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.Money.Quantity" />, is equal to this instance. </summary> <param name="other">The other.</param> <returns>True when the other instance is equal, false otherwise.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.CompareTo(System.Object)"> <summary>The compare to.</summary> <param name="obj">The obj.</param> <returns>The <see cref="T:System.Int32"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.CompareTo(Tix.Runtime.Money.Quantity)"> <summary>The compare to.</summary> <param name="other">The other.</param> <returns>The <see cref="T:System.Int32"/>.</returns> </member> <member name="F:Tix.Runtime.Money.Quantity.Epsilon"> <summary>The smallest value representable by the <see cref="T:Tix.Runtime.Money.Quantity"/> type.</summary> </member> <member name="F:Tix.Runtime.Money.Quantity.measUnitSymbol"> <summary>The meas unit symbol.</summary> </member> <member name="F:Tix.Runtime.Money.Quantity.amount"> <summary>The amount.</summary> </member> <member name="F:Tix.Runtime.Money.Quantity.measUnitCode"> <summary>The meas unit code.</summary> </member> <member name="M:Tix.Runtime.Money.Quantity.#ctor(System.Decimal,System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.Quantity"/> struct.</summary> <param name="amount">The amount.</param> <param name="measUnitCode">The meas unit code.</param> </member> <member name="P:Tix.Runtime.Money.Quantity.Amount"> <summary>Gets the amount.</summary> </member> <member name="P:Tix.Runtime.Money.Quantity.MeasUnitCode"> <summary>Gets the meas unit code.</summary> </member> <member name="M:Tix.Runtime.Money.Quantity.ToString"> <summary> Returns a <see cref="T:System.String" /> that represents this instance. </summary> <returns> A <see cref="T:System.String" /> that represents this instance. </returns> </member> <member name="M:Tix.Runtime.Money.Quantity.ToString(System.String)"> <summary>The to string.</summary> <param name="format">The format.</param> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.GetHashCode"> <summary> Returns a hash code for this instance. </summary> <returns> A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns> </member> <member name="M:Tix.Runtime.Money.Quantity.GetMeasurementUnitSymbol"> <summary> Gets the measurement unit symbol. </summary> <returns>The symbol for the given measurement unit code.</returns> </member> <member name="M:Tix.Runtime.Money.Quantity.Round(System.Decimal)"> <summary> Rounds the amount to the defined decimal digits of the measurement unit. </summary> <param name="amount">The amount to round.</param> <returns>The rounded amount</returns> <remarks> Currently we always round to 9 decimal digits to match the accuracy of the <see cref="T:Tix.Runtime.Money.MoneyCost"/> type. </remarks> </member> <member name="M:Tix.Runtime.Money.Quantity.CheckDifferentUnits(Tix.Runtime.Money.Quantity,Tix.Runtime.Money.Quantity)"> <summary>Checks if two quantity instances have the same unit of measure.</summary> <param name="left">The left instance.</param> <param name="right">The right instance.</param> </member> <member name="T:Tix.Runtime.Money.MoneyRoundingException"> <summary> Exception that indicates money loss due to unintended rounding. </summary> <seealso cref="T:System.Exception" /> </member> <member name="M:Tix.Runtime.Money.MoneyRoundingException.#ctor(System.Decimal,System.Decimal,Tix.Runtime.Money.Currency)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.MoneyRoundingException"/> class.</summary> <param name="originalAmount">The original amount.</param> <param name="roundedAmount">The rounded amount.</param> <param name="currency">The currency.</param> </member> <member name="M:Tix.Runtime.Money.MoneyRoundingException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Money.MoneyRoundingException"/> class.</summary> <param name="info">The info.</param> <param name="context">The context.</param> </member> <member name="M:Tix.Runtime.Money.MoneyRoundingException.GetExceptionMessage(System.Decimal,System.Decimal,Tix.Runtime.Money.Currency)"> <summary>Gets the exception message.</summary> <param name="originalAmount">The original amount.</param> <param name="roundedAmount">The rounded amount.</param> <param name="currency">The currency.</param> <returns>The exception message text</returns> </member> <member name="T:Tix.Runtime.Money.PriceUnitRegistry"> <summary> Creates instances of a price unit based on the price unit code. </summary> </member> <member name="F:Tix.Runtime.Money.PriceUnitRegistry.priceUnitLocator"> <summary>The price unit locator.</summary> </member> <member name="M:Tix.Runtime.Money.PriceUnitRegistry.FromCode(System.String)"> <summary>Returns a price unit instance that matches the given code.</summary> <param name="priceUnitCode">The price unit code.</param> <returns>The <see cref="T:Tix.Runtime.Money.PriceUnit"/>.</returns> </member> <member name="M:Tix.Runtime.Money.PriceUnitRegistry.GetSymbolFromMeasurementUnitCode(System.String)"> <summary>The get symbol from measurement unit code.</summary> <param name="measUnitCode">The meas unit code.</param> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="M:Tix.Runtime.Money.PriceUnitRegistry.SetPriceUnitLocatorImpl(Tix.Runtime.Money.Infrastructure.IPriceUnitLocator)"> <summary>Sets the conversion manager implementation.</summary> <param name="priceUnitLocatorInstance">The price Unit Locator Instance.</param> <exception cref="T:System.ArgumentNullException">The conversionManager parameter is null.</exception> </member> <member name="M:Tix.Runtime.Money.PriceUnitRegistry.RemovePriceUnitLocatorImpl"> <summary>Removes the conversion manager implementation.</summary> <returns>An disposable that restores the original state.</returns> </member> <member name="M:Tix.Runtime.Money.PriceUnitRegistry.Create(System.String,System.Decimal,System.String,Tix.Runtime.VarCategories)"> <summary> Creates a new price unit instance. This is only intended for internal use. </summary> <param name="priceUnitCode">The price Unit Code.</param> <param name="factor">The factor, which is a positive integer number.</param> <param name="measUnitCode">The meas unit code.</param> <param name="varCategory">The variable category.</param> <returns>The <see cref="T:Tix.Runtime.Money.PriceUnit" />.</returns> </member> <member name="M:Tix.Runtime.Money.PriceUnitRegistry.Create(System.String,System.Decimal,System.String,Tix.Runtime.VarCategories,System.String)"> <summary>Creates a new price unit instance. This is only intended for internal use.</summary> <param name="priceUnitCode">The price Unit Code.</param> <param name="factor">The factor.</param> <param name="measUnitCode">The meas unit code.</param> <param name="varCategory">The variable category.</param> <param name="measUnitSymbol">The meas unit symbol.</param> <remarks>This overload is intended for internal use only.</remarks> <returns>The <see cref="T:Tix.Runtime.Money.PriceUnit"/>.</returns> </member> <member name="M:Tix.Runtime.Money.PriceUnitRegistry.GetPriceUnitLocator"> <summary>Gets the conversion repository.</summary> <exception cref="T:System.InvalidOperationException">When the price unit registry is not initialized.</exception> <returns>The <see cref="T:Tix.Runtime.Money.Infrastructure.IPriceUnitLocator"/>.</returns> </member> <member name="T:Tix.Runtime.Money.PriceUnitRegistry.RemovePriceUnitLocatorScope"> <summary> Sets the price unit locator to null while the scope is active and restores the original price unit locator at disposal. </summary> </member> <member name="F:Tix.Runtime.Money.PriceUnitRegistry.RemovePriceUnitLocatorScope.originalPriceUnitLocator"> <summary>The original price unit locator that is restored.</summary> </member> <member name="M:Tix.Runtime.Money.PriceUnitRegistry.RemovePriceUnitLocatorScope.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Money.PriceUnitRegistry.RemovePriceUnitLocatorScope"/> class. </summary> </member> <member name="M:Tix.Runtime.Money.PriceUnitRegistry.RemovePriceUnitLocatorScope.Dispose"> <inheritdoc/> </member> <member name="T:Tix.Runtime.Money.RoundingPlaces"> <summary>The rounding places.</summary> </member> <member name="F:Tix.Runtime.Money.RoundingPlaces.Default"> <summary>Uses the default rounding defined in the currency.</summary> </member> <member name="F:Tix.Runtime.Money.RoundingPlaces.Zero"> <summary>Rounds to the full amount.</summary> </member> <member name="F:Tix.Runtime.Money.RoundingPlaces.One"> <summary>Rounds to one decimal place.</summary> </member> <member name="F:Tix.Runtime.Money.RoundingPlaces.Two"> <summary>Rounds to two decimal places.</summary> </member> <member name="F:Tix.Runtime.Money.RoundingPlaces.Three"> <summary>Rounds to three decimal places.</summary> </member> <member name="F:Tix.Runtime.Money.RoundingPlaces.Four"> <summary>Rounds to four decimal places.</summary> </member> <member name="F:Tix.Runtime.Money.RoundingPlaces.Five"> <summary>Rounds to five decimal places.</summary> </member> <member name="F:Tix.Runtime.Money.RoundingPlaces.Six"> <summary>Rounds to six decimal places.</summary> </member> <member name="F:Tix.Runtime.Money.RoundingPlaces.Seven"> <summary>Rounds to seven decimal places.</summary> </member> <member name="F:Tix.Runtime.Money.RoundingPlaces.Eight"> <summary>Rounds to eight decimal places.</summary> </member> <member name="F:Tix.Runtime.Money.RoundingPlaces.Nine"> <summary>Rounds to nine decimal places.</summary> </member> <member name="T:Tix.Runtime.Money.RoundingStrategy"> <summary> Specifies how mathematical rounding methods should process a number that is midway between two numbers. </summary> </member> <member name="F:Tix.Runtime.Money.RoundingStrategy.ToEven"> <summary> When a number is halfway between two others, it is rounded toward the nearest even number. </summary> </member> <member name="F:Tix.Runtime.Money.RoundingStrategy.AwayFromZero"> <summary> When a number is halfway between two others, it is rounded toward the nearest number that is away from zero. </summary> </member> <member name="T:Tix.Runtime.Money.UnitPriceExtensions"> <summary> Provides extension methods for the <see cref="T:Tix.Runtime.Money.UnitPrice"/> instances. </summary> </member> <member name="M:Tix.Runtime.Money.UnitPriceExtensions.Sum(System.Collections.Generic.IEnumerable{Tix.Runtime.Money.UnitPrice})"> <summary> Sums the specified collection. </summary> <param name="collection">The collection.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.Money.UnitPriceExtensions.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.Money.UnitPrice})"> <summary> Sums the specified collection. </summary> <typeparam name="TCollection">The collection type that is summed.</typeparam> <param name="collection">The collection.</param> <param name="evaluator">The evaluator.</param> <returns> The sum of the values. </returns> </member> <member name="T:Tix.Runtime.Money.QuantityExtensions"> <summary> Provides extension methods for the Quantity instances. </summary> </member> <member name="M:Tix.Runtime.Money.QuantityExtensions.DefaultsTo(Tix.Runtime.Money.Quantity,Tix.Runtime.Money.Quantity)"> <summary> Checks if the value is null. If it is null the default value is returned. </summary> <param name="value">The value that is checked.</param> <param name="defaultValue">The default value. Note that the default value itself may be null.</param> <returns>The value or default value.</returns> </member> <member name="M:Tix.Runtime.Money.QuantityExtensions.Sum(System.Collections.Generic.IEnumerable{Tix.Runtime.Money.Quantity})"> <summary> Sums the specified collection. </summary> <param name="collection">The collection.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.Money.QuantityExtensions.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.Money.Quantity})"> <summary> Sums the specified collection. </summary> <typeparam name="TCollection">The collection type that is summed.</typeparam> <param name="collection">The collection.</param> <param name="evaluator">The evaluator.</param> <returns> The sum of the values. </returns> </member> <member name="T:Tix.Runtime.PercentDouble"> <summary>The Percent double value class (Varcode is PCT).</summary> <summary>The Percent double value class (Varcode is PCT).</summary> </member> <member name="M:Tix.Runtime.PercentDouble.op_Multiply(Tix.Runtime.WeightDouble,Tix.Runtime.PercentDouble)"> <summary> Implements the operator *. </summary> <param name="value">The value.</param> <param name="percent">The percent.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.PercentDouble.op_Multiply(Tix.Runtime.PercentDouble,Tix.Runtime.WeightDouble)"> <summary> Implements the operator *. </summary> <param name="percent">The percent.</param> <param name="value">The value.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.PercentDouble.Multiply(Tix.Runtime.WeightDouble,Tix.Runtime.PercentDouble)"> <summary> Multiplies the specified value. </summary> <param name="value">The value.</param> <param name="percent">The percent.</param> <returns>The result of the multiplication.</returns> </member> <member name="M:Tix.Runtime.PercentDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PercentDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.PercentDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PercentDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.PercentDouble.#ctor(Tix.Runtime.PercentDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PercentDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.PercentDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.PercentDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.PercentDouble.op_Equality(Tix.Runtime.PercentDouble,Tix.Runtime.PercentDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PercentDouble.op_Inequality(Tix.Runtime.PercentDouble,Tix.Runtime.PercentDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PercentDouble.op_Addition(Tix.Runtime.PercentDouble,Tix.Runtime.PercentDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PercentDouble.op_Subtraction(Tix.Runtime.PercentDouble,Tix.Runtime.PercentDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PercentDouble.op_GreaterThan(Tix.Runtime.PercentDouble,Tix.Runtime.PercentDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PercentDouble.op_GreaterThanOrEqual(Tix.Runtime.PercentDouble,Tix.Runtime.PercentDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PercentDouble.op_LessThan(Tix.Runtime.PercentDouble,Tix.Runtime.PercentDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PercentDouble.op_LessThanOrEqual(Tix.Runtime.PercentDouble,Tix.Runtime.PercentDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PercentDouble.op_Multiply(Tix.Runtime.PercentDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PercentDouble.op_Multiply(System.Double,Tix.Runtime.PercentDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PercentDouble.op_Division(Tix.Runtime.PercentDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PercentDouble.op_Division(Tix.Runtime.PercentDouble,Tix.Runtime.PercentDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PercentDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.PercentDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.PercentDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.PercentDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.PercentDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.PercentDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.PercentDouble"/>.</returns> </member> <member name="M:Tix.Runtime.PercentDouble.CompareTo(Tix.Runtime.PercentDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.PercentDouble.IsEqual(Tix.Runtime.PercentDouble,Tix.Runtime.PercentDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.PercentDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.PercentDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.PercentDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.ProdRateAreaDouble"> <summary>The ProdRateArea double value class (Varcode is PRODRATEAREA).</summary> <summary>The ProdRateArea double value class (Varcode is PRODRATEAREA).</summary> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.op_Multiply(Tix.Runtime.ProdRateAreaDouble,Tix.Runtime.BasisWeightDouble)"> <summary>Implements the operator * between prod rate area (m2/h) and basis weight (g/m2) with result prod rate (kg/h).</summary> <param name="prodRateArea">The product rate area.</param> <param name="basisWeight">The basis weight.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.op_Multiply(Tix.Runtime.BasisWeightDouble,Tix.Runtime.ProdRateAreaDouble)"> <summary>Implements the operator * between basis weight (g/m2) and prod rate area (m2/h) with result prod rate (kg/h).</summary> <param name="basisWeight">The basis weight.</param> <param name="prodRateArea">The product rate area.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdRateAreaDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdRateAreaDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.#ctor(Tix.Runtime.ProdRateAreaDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdRateAreaDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.ProdRateAreaDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.op_Equality(Tix.Runtime.ProdRateAreaDouble,Tix.Runtime.ProdRateAreaDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.op_Inequality(Tix.Runtime.ProdRateAreaDouble,Tix.Runtime.ProdRateAreaDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.op_Addition(Tix.Runtime.ProdRateAreaDouble,Tix.Runtime.ProdRateAreaDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.op_Subtraction(Tix.Runtime.ProdRateAreaDouble,Tix.Runtime.ProdRateAreaDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.op_GreaterThan(Tix.Runtime.ProdRateAreaDouble,Tix.Runtime.ProdRateAreaDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.op_GreaterThanOrEqual(Tix.Runtime.ProdRateAreaDouble,Tix.Runtime.ProdRateAreaDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.op_LessThan(Tix.Runtime.ProdRateAreaDouble,Tix.Runtime.ProdRateAreaDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.op_LessThanOrEqual(Tix.Runtime.ProdRateAreaDouble,Tix.Runtime.ProdRateAreaDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.op_Multiply(Tix.Runtime.ProdRateAreaDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.op_Multiply(System.Double,Tix.Runtime.ProdRateAreaDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.op_Division(Tix.Runtime.ProdRateAreaDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.op_Division(Tix.Runtime.ProdRateAreaDouble,Tix.Runtime.ProdRateAreaDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ProdRateAreaDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ProdRateAreaDouble"/>.</returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.CompareTo(Tix.Runtime.ProdRateAreaDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.ProdRateAreaDouble.IsEqual(Tix.Runtime.ProdRateAreaDouble,Tix.Runtime.ProdRateAreaDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.ProdRateAreaDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.ProdRateAreaDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.ProdRateAreaDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.ProdRateKgDouble"> <summary>The ProdRateKg double value class (Varcode is PRODRATEKG).</summary> <summary>The ProdRateKg double value class (Varcode is PRODRATEKG).</summary> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.op_Division(Tix.Runtime.WeightDouble,Tix.Runtime.ProdRateKgDouble)"> <summary>Implements the division of a weight by production rate with result duration in hours.</summary> <param name="weight">The weight.</param> <param name="prodRate">The product rate.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.op_Division(Tix.Runtime.ProdRateKgDouble,Tix.Runtime.BasisWeightDouble)"> <summary>Implements the operator / between prod rate (kg/h) and basis weight (g/m2) with result prod rate area (m2/h).</summary> <param name="prodRate">The product rate.</param> <param name="basisWeight">The basis weight.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdRateKgDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdRateKgDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.#ctor(Tix.Runtime.ProdRateKgDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdRateKgDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.ProdRateKgDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.op_Equality(Tix.Runtime.ProdRateKgDouble,Tix.Runtime.ProdRateKgDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.op_Inequality(Tix.Runtime.ProdRateKgDouble,Tix.Runtime.ProdRateKgDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.op_Addition(Tix.Runtime.ProdRateKgDouble,Tix.Runtime.ProdRateKgDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.op_Subtraction(Tix.Runtime.ProdRateKgDouble,Tix.Runtime.ProdRateKgDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.op_GreaterThan(Tix.Runtime.ProdRateKgDouble,Tix.Runtime.ProdRateKgDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.op_GreaterThanOrEqual(Tix.Runtime.ProdRateKgDouble,Tix.Runtime.ProdRateKgDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.op_LessThan(Tix.Runtime.ProdRateKgDouble,Tix.Runtime.ProdRateKgDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.op_LessThanOrEqual(Tix.Runtime.ProdRateKgDouble,Tix.Runtime.ProdRateKgDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.op_Multiply(Tix.Runtime.ProdRateKgDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.op_Multiply(System.Double,Tix.Runtime.ProdRateKgDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.op_Division(Tix.Runtime.ProdRateKgDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.op_Division(Tix.Runtime.ProdRateKgDouble,Tix.Runtime.ProdRateKgDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ProdRateKgDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ProdRateKgDouble"/>.</returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.CompareTo(Tix.Runtime.ProdRateKgDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.ProdRateKgDouble.IsEqual(Tix.Runtime.ProdRateKgDouble,Tix.Runtime.ProdRateKgDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.ProdRateKgDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.ProdRateKgDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.ProdRateKgDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.RuDoubleExact"> <summary>The quantity.</summary> <summary> Represents a quantity: a number and the associated unit of measure in the form of measUnitCode. </summary> <summary> Represents a quantity: a number and the associated unit of measure in the form of varCode. </summary> <summary>The money.</summary> </member> <member name="M:Tix.Runtime.RuDoubleExact.op_Addition(Tix.Runtime.RuDoubleExact,Tix.Runtime.RuDoubleExact)"> <summary>The +.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The result of the addition.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.op_Subtraction(Tix.Runtime.RuDoubleExact,Tix.Runtime.RuDoubleExact)"> <summary>Subtracts two money values of same currency.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The subtraction of both values/</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.op_Multiply(Tix.Runtime.RuDoubleExact,System.Decimal)"> <summary>Multiplies (scales) a money values by a decimal factor.</summary> <param name="left">The money value.</param> <param name="right">The scaling factor.</param> <returns>The scales money value.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.op_Multiply(System.Decimal,Tix.Runtime.RuDoubleExact)"> <summary>Multiplies (scales) a money values by a decimal factor.</summary> <param name="left">The money value.</param> <param name="right">The scaling factor.</param> <returns>The scales money value.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.op_Division(Tix.Runtime.RuDoubleExact,System.Decimal)"> <summary>Divides two money values to retrieve the ratio of them.</summary> <param name="left">The divisor.</param> <param name="right">The dividend.</param> <returns>The ratio between the two values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.op_Division(Tix.Runtime.RuDoubleExact,Tix.Runtime.RuDoubleExact)"> <summary>Divides two money values to retrieve the ratio of them.</summary> <param name="left">The divisor.</param> <param name="right">The dividend.</param> <returns>The ratio between the two values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.Add(Tix.Runtime.RuDoubleExact,Tix.Runtime.RuDoubleExact)"> <summary>The add.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="N:Tix.Runtime.Money"/>.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.Subtract(Tix.Runtime.RuDoubleExact,Tix.Runtime.RuDoubleExact)"> <summary>The subtract.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.RuDoubleExact"/>.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.Multiply(Tix.Runtime.RuDoubleExact,System.Decimal)"> <summary>The multiply.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.RuDoubleExact"/>.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.Divide(Tix.Runtime.RuDoubleExact,Tix.Runtime.RuDoubleExact)"> <summary>The multiply.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.RuDoubleExact"/>.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.Divide(Tix.Runtime.RuDoubleExact,System.Decimal)"> <summary>The multiply.</summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns>The <see cref="T:Tix.Runtime.RuDoubleExact"/>.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.op_Equality(Tix.Runtime.RuDoubleExact,Tix.Runtime.RuDoubleExact)"> <summary> Implements the operator ==. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.op_Inequality(Tix.Runtime.RuDoubleExact,Tix.Runtime.RuDoubleExact)"> <summary> Implements the operator !=. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.op_GreaterThan(Tix.Runtime.RuDoubleExact,Tix.Runtime.RuDoubleExact)"> <summary> Implements the operator >. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.op_GreaterThanOrEqual(Tix.Runtime.RuDoubleExact,Tix.Runtime.RuDoubleExact)"> <summary> Implements the operator >=. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.op_LessThan(Tix.Runtime.RuDoubleExact,Tix.Runtime.RuDoubleExact)"> <summary> Implements the operator <. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.op_LessThanOrEqual(Tix.Runtime.RuDoubleExact,Tix.Runtime.RuDoubleExact)"> <summary> Implements the operator <=. </summary> <param name="left">The left.</param> <param name="right">The right.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.Equals(System.Object)"> <summary> Determines whether the specified <see cref="T:System.Object" />, is equal to this instance. </summary> <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param> <returns> <c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>. </returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.Equals(Tix.Runtime.RuDoubleExact)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.RuDoubleExact" />, is equal to this instance. </summary> <param name="other">The other.</param> <returns>True when the other instance is equal, false otherwise.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.CompareTo(System.Object)"> <summary>The compare to.</summary> <param name="obj">The obj.</param> <returns>The <see cref="T:System.Int32"/>.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.CompareTo(Tix.Runtime.RuDoubleExact)"> <summary>The compare to.</summary> <param name="other">The other.</param> <returns>The <see cref="T:System.Int32"/>.</returns> </member> <member name="F:Tix.Runtime.RuDoubleExact.Epsilon"> <summary> The smallest value representable by the <see cref="T:Tix.Runtime.RuDoubleExact"/> type. </summary> </member> <member name="M:Tix.Runtime.RuDoubleExact.#ctor(System.Decimal,System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RuDoubleExact"/> struct.</summary> <param name="amount">The amount.</param> <param name="varCode">The meas unit code.</param> </member> <member name="P:Tix.Runtime.RuDoubleExact.Amount"> <summary>Gets the amount.</summary> </member> <member name="P:Tix.Runtime.RuDoubleExact.VarCode"> <summary>Gets the meas unit code.</summary> </member> <member name="M:Tix.Runtime.RuDoubleExact.ToString"> <summary> Returns a <see cref="T:System.String" /> that represents this instance. </summary> <returns> A <see cref="T:System.String" /> that represents this instance. </returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.ToStringWithoutUnitSymbol"> <summary>Converts to string without default showing of the unit symbol.</summary> <returns>The converted string without the unit symbol.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.GetHashCode"> <summary> Returns a hash code for this instance. </summary> <returns> A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.ToRuDouble"> <summary> Converts the <see cref="T:Tix.Runtime.RuDoubleExact"/> instance to a <see cref="T:Tix.Runtime.RuDouble"/> instance. This involves rounding the value to the precision of the variable. </summary> <returns>The converted value.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.Round(System.Decimal)"> <summary> Rounds the amount to the defined decimal digits of the measurement unit. </summary> <param name="amount">The amount to round.</param> <returns>The rounded amount</returns> <remarks> Currently we always round to 9 decimal digits to match the accuracy of the <see cref="T:Tix.Runtime.Money.MoneyCost"/> type. </remarks> </member> <member name="M:Tix.Runtime.RuDoubleExact.CheckDifferentUnits(Tix.Runtime.RuDoubleExact,Tix.Runtime.RuDoubleExact)"> <summary>Checks if two quantity instances have the same unit of measure.</summary> <param name="left">The left instance.</param> <param name="right">The right instance.</param> </member> <member name="M:Tix.Runtime.RuDoubleExact.op_UnaryNegation(Tix.Runtime.RuDoubleExact)"> <summary>Negates the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.RuDoubleExact"/>.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.op_UnaryPlus(Tix.Runtime.RuDoubleExact)"> <summary>Pluses the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.RuDoubleExact"/>.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.op_Decrement(Tix.Runtime.RuDoubleExact)"> <summary>Decrements the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.RuDoubleExact"/>.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.op_Increment(Tix.Runtime.RuDoubleExact)"> <summary>Increment the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.RuDoubleExact"/>.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.Plus(Tix.Runtime.RuDoubleExact)"> <summary>Pluses the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.RuDoubleExact"/>.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.Negate(Tix.Runtime.RuDoubleExact)"> <summary>Negates the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.RuDoubleExact"/>.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.Increment(Tix.Runtime.RuDoubleExact)"> <summary>Increments the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.RuDoubleExact"/>.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExact.Decrement(Tix.Runtime.RuDoubleExact)"> <summary>Increments the specified value.</summary> <param name="value">The value.</param> <returns>The <see cref="T:Tix.Runtime.RuDoubleExact"/>.</returns> </member> <member name="T:Tix.Runtime.RuDoubleExactExtensions"> <summary> Provides extension methods for the Quantity instances. </summary> </member> <member name="M:Tix.Runtime.RuDoubleExactExtensions.ToRuDoubleExact(Tix.Runtime.RuDoubleBase)"> <summary> Converts a <see cref="T:Tix.Runtime.RuDoubleBase"/> instance to a <see cref="T:Tix.Runtime.RuDoubleExact"/> instance. </summary> <param name="ruDouble">The instance to convert.</param> <returns>The converted instance.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExactExtensions.DefaultsTo(Tix.Runtime.RuDoubleExact,Tix.Runtime.RuDoubleExact)"> <summary> Checks if the value is null. If it is null the default value is returned. </summary> <param name="value">The value that is checked.</param> <param name="defaultValue">The default value. Note that the default value itself may be null.</param> <returns>The value or default value.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExactExtensions.Sum(System.Collections.Generic.IEnumerable{Tix.Runtime.RuDoubleExact})"> <summary> Sums the specified collection. </summary> <param name="collection">The collection.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExactExtensions.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.RuDoubleExact})"> <summary> Sums the specified collection. </summary> <typeparam name="TCollection">The collection type that is summed.</typeparam> <param name="collection">The collection.</param> <param name="evaluator">The evaluator.</param> <returns> The sum of the values. </returns> </member> <member name="T:Tix.Runtime.RecursiveEntityAttribute"> <summary>Attribute for entities with recursive structure. It arranges, that data for tree view will be correctly serialized according to catalog configuration.</summary> </member> <member name="M:Tix.Runtime.RecursiveEntityAttribute.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RecursiveEntityAttribute"/> class.</summary> <param name="prop">The name of property, where should be possible recursion.</param> </member> <member name="P:Tix.Runtime.RecursiveEntityAttribute.RecursiveProperty"> <summary>Gets or sets the name of recursive property.</summary> </member> <member name="T:Tix.Runtime.RollWidthDouble"> <summary>The roll width double.</summary> <summary>The RollWidth double value class (Varcode is ROLLWIDT).</summary> </member> <member name="M:Tix.Runtime.RollWidthDouble.op_Explicit(Tix.Runtime.WidthDouble)~Tix.Runtime.RollWidthDouble"> <summary>Explicit conversion operator to convert a WidthDouble to a RollWidthDouble.</summary> <param name="width">The width.</param> <returns>A RollWidthDouble with the same numerical value as the WidthDouble</returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollWidthDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.RollWidthDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollWidthDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.RollWidthDouble.#ctor(Tix.Runtime.RollWidthDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollWidthDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.RollWidthDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.RollWidthDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.RollWidthDouble.op_Equality(Tix.Runtime.RollWidthDouble,Tix.Runtime.RollWidthDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.op_Inequality(Tix.Runtime.RollWidthDouble,Tix.Runtime.RollWidthDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.op_Addition(Tix.Runtime.RollWidthDouble,Tix.Runtime.RollWidthDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.op_Subtraction(Tix.Runtime.RollWidthDouble,Tix.Runtime.RollWidthDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.op_GreaterThan(Tix.Runtime.RollWidthDouble,Tix.Runtime.RollWidthDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.op_GreaterThanOrEqual(Tix.Runtime.RollWidthDouble,Tix.Runtime.RollWidthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.op_LessThan(Tix.Runtime.RollWidthDouble,Tix.Runtime.RollWidthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.op_LessThanOrEqual(Tix.Runtime.RollWidthDouble,Tix.Runtime.RollWidthDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.op_Multiply(Tix.Runtime.RollWidthDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.op_Multiply(System.Double,Tix.Runtime.RollWidthDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.op_Division(Tix.Runtime.RollWidthDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.op_Division(Tix.Runtime.RollWidthDouble,Tix.Runtime.RollWidthDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.RollWidthDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.RollWidthDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.RollWidthDouble"/>.</returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.CompareTo(Tix.Runtime.RollWidthDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.RollWidthDouble.IsEqual(Tix.Runtime.RollWidthDouble,Tix.Runtime.RollWidthDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.RollWidthDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.RollWidthDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.RollWidthDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.RuDoubleEnumerable"> <summary> Provides enumerable extensions for RuDouble based types. </summary> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.AirDriedMetricTonDouble})"> <summary> Sums the list of AirDriedMetricTonDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the AirDriedMetricTonDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.AreaDouble})"> <summary> Sums the list of AreaDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the AreaDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.AreaMmDouble})"> <summary> Sums the list of AreaMmDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the AreaMmDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.Area1000Double})"> <summary> Sums the list of Area1000Double entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the Area1000Double value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.BasisWeightDouble})"> <summary> Sums the list of BasisWeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the BasisWeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.CartonWeightDouble})"> <summary> Sums the list of CartonWeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the CartonWeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.CNSTYPCTDouble})"> <summary> Sums the list of CNSTYPCTDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the CNSTYPCTDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.CountDouble})"> <summary> Sums the list of CountDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the CountDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.ConstDouble})"> <summary> Sums the list of ConstDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the ConstDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.CoreDiameterDouble})"> <summary> Sums the list of CoreDiameterDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the CoreDiameterDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.CoreWeightDouble})"> <summary> Sums the list of CoreWeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the CoreWeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.DensityDouble})"> <summary> Sums the list of DensityDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the DensityDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.DiameterDouble})"> <summary> Sums the list of DiameterDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the DiameterDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.HeightDouble})"> <summary> Sums the list of HeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the HeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.HourDouble})"> <summary> Sums the list of HourDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the HourDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.LengthDouble})"> <summary> Sums the list of LengthDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the LengthDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.LengthKmDouble})"> <summary> Sums the list of LengthKmDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the LengthKmDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.LengthMmDouble})"> <summary> Sums the list of LengthMmDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the LengthMmDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.LengthMmDecimalsDouble})"> <summary> Sums the list of LengthMmDecimalsDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the LengthMmDecimalsDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.NormDensityDouble})"> <summary> Sums the list of NormDensityDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the NormDensityDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.OrderCountDouble})"> <summary> Sums the list of OrderCountDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the OrderCountDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.PackageWeightDouble})"> <summary> Sums the list of PackageWeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the PackageWeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.PackageRawMaterialCountDouble})"> <summary> Sums the list of PackageRawMaterialCountDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the PackageRawMaterialCountDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.PackageRawMaterialWeightDouble})"> <summary> Sums the list of PackageRawMaterialWeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the PackageRawMaterialWeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.PalletWeightDouble})"> <summary> Sums the list of PalletWeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the PalletWeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.PercentDouble})"> <summary> Sums the list of PercentDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the PercentDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.PileHeightDouble})"> <summary> Sums the list of PileHeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the PileHeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.ProdAmountDouble})"> <summary> Sums the list of ProdAmountDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the ProdAmountDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.ProdAmount3dDouble})"> <summary> Sums the list of ProdAmount3dDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the ProdAmount3dDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.ProdRateDouble})"> <summary> Sums the list of ProdRateDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the ProdRateDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.ProdRateKgDouble})"> <summary> Sums the list of ProdRateKgDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the ProdRateKgDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.ProdSpeedDouble})"> <summary> Sums the list of ProdSpeedDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the ProdSpeedDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.ProdSpeedMhDouble})"> <summary> Sums the list of ProdSpeedMhDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the ProdSpeedMhDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.QuotaAreaDouble})"> <summary> Sums the list of QuotaAreaDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the QuotaAreaDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.QuotaWeightDouble})"> <summary> Sums the list of QuotaWeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the QuotaWeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.RawCountDouble})"> <summary> Sums the list of RawCountDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the RawCountDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.ReamWeightDouble})"> <summary> Sums the list of ReamWeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the ReamWeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.RecipePercentDouble})"> <summary> Sums the list of RecipePercentDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the RecipePercentDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.ResistanceDouble})"> <summary> Sums the list of ResistanceDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the ResistanceDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.RollAreaDouble})"> <summary> Sums the list of RollAreaDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the RollAreaDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.RollDiamDouble})"> <summary> Sums the list of RollDiamDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the RollDiamDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.RollLengthDouble})"> <summary> Sums the list of RollLengthDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the RollLengthDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.RollThicknessDouble})"> <summary> Sums the list of RollThicknessDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the RollThicknessDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.RollWeightDouble})"> <summary> Sums the list of RollWeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the RollWeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.RollWidthDouble})"> <summary> Sums the list of RollWidthDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the RollWidthDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SaldoAreaDouble})"> <summary> Sums the list of SaldoAreaDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SaldoAreaDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SaldoLenghtDouble})"> <summary> Sums the list of SaldoLenghtDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SaldoLenghtDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SaldoVolumeDouble})"> <summary> Sums the list of SaldoVolumeDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SaldoVolumeDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SaldoWeightDouble})"> <summary> Sums the list of SaldoWeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SaldoWeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SetCountDouble})"> <summary> Sums the list of SetCountDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SetCountDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SheetAreaDouble})"> <summary> Sums the list of SheetAreaDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SheetAreaDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SheetCntDouble})"> <summary> Sums the list of SheetCntDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SheetCntDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SheetLengthDouble})"> <summary> Sums the list of SheetLengthDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SheetLengthDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SheetThinknessDouble})"> <summary> Sums the list of SheetThinknessDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SheetThinknessDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SheetWeightDouble})"> <summary> Sums the list of SheetWeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SheetWeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SheetWidthDouble})"> <summary> Sums the list of SheetWidthDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SheetWidthDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.StickWeightDouble})"> <summary> Sums the list of StickWeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the StickWeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.TareWeightDouble})"> <summary> Sums the list of TareWeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the TareWeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.ThicknessDouble})"> <summary> Sums the list of ThicknessDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the ThicknessDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.ThicknessMmDouble})"> <summary> Sums the list of ThicknessMmDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the ThicknessMmDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.ThousandsDouble})"> <summary> Sums the list of ThousandsDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the ThousandsDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.TonDouble})"> <summary> Sums the list of TonDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the TonDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.TonAccumultedDouble})"> <summary> Sums the list of TonAccumultedDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the TonAccumultedDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.TptureDouble})"> <summary> Sums the list of TptureDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the TptureDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.UnitItemWeightDouble})"> <summary> Sums the list of UnitItemWeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the UnitItemWeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.UsDensityDouble})"> <summary> Sums the list of UsDensityDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the UsDensityDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.VolumeDouble})"> <summary> Sums the list of VolumeDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the VolumeDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.WeightDouble})"> <summary> Sums the list of WeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the WeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.WeightRoundedDouble})"> <summary> Sums the list of WeightRoundedDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the WeightRoundedDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.WidthDouble})"> <summary> Sums the list of WidthDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the WidthDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.WidthAccumulatedDouble})"> <summary> Sums the list of WidthAccumulatedDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the WidthAccumulatedDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SalesBasisWeightDouble})"> <summary> Sums the list of SalesBasisWeightDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SalesBasisWeightDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SalesCoreDiameterDouble})"> <summary> Sums the list of SalesCoreDiameterDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SalesCoreDiameterDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SalesRollDiameterDouble})"> <summary> Sums the list of SalesRollDiameterDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SalesRollDiameterDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SalesRollLengthDouble})"> <summary> Sums the list of SalesRollLengthDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SalesRollLengthDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SalesSheetLengthDouble})"> <summary> Sums the list of SalesSheetLengthDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SalesSheetLengthDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SalesThicknessMmDouble})"> <summary> Sums the list of SalesThicknessMmDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SalesThicknessMmDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SalesWidthDouble})"> <summary> Sums the list of SalesWidthDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SalesWidthDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SalesSheetAreaDouble})"> <summary> Sums the list of SalesSheetAreaDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SalesSheetAreaDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SalesTonDouble})"> <summary> Sums the list of SalesTonDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SalesTonDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.ProdRateAreaDouble})"> <summary> Sums the list of ProdRateAreaDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the ProdRateAreaDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.SalesAreaDouble})"> <summary> Sums the list of SalesAreaDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the SalesAreaDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.GrammagePerMeterDouble})"> <summary> Sums the list of GrammagePerMeterDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the GrammagePerMeterDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.PalletPerHourDouble})"> <summary> Sums the list of PalletPerHourDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the PalletPerHourDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.PalletStrappingPerHourDouble})"> <summary> Sums the list of PalletStrappingPerHourDouble entries, ignoring null values. </summary> <typeparam name="TSource">The list of items that is passed to the selector</typeparam> <param name="source">The source list.</param> <param name="selector">The function that selects the PalletStrappingPerHourDouble value from the source list item.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleEnumerable.SumInternal(System.Collections.Generic.IEnumerable{Tix.Runtime.RuDoubleBase})"> <summary> Sums the list of RuDoubleBase entries, ignoring null values. </summary> <param name="source">The source list.</param> <returns>The sum as a double.</returns> </member> <member name="T:Tix.Runtime.HideServiceFromSilverlightAttribute"> <summary> Attribute that indicates that the service is not intended for silverlight. This is a workaround for the shared "Tix.Core.Web" dll. </summary> </member> <member name="T:Tix.Runtime.RequiredMinimalItemCountAttribute"> <summary>Defines the minimal count of items for the list.</summary> </member> <member name="M:Tix.Runtime.RequiredMinimalItemCountAttribute.#ctor(System.Int32)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RequiredMinimalItemCountAttribute"/> class.</summary> <param name="minimum">The minimum.</param> </member> <member name="P:Tix.Runtime.RequiredMinimalItemCountAttribute.Minimum"> <summary> Gets the minimum value for the range </summary> </member> <member name="M:Tix.Runtime.RequiredMinimalItemCountAttribute.IsValid(System.Object)"> <summary> Returns true if the value has the required minimum item count. </summary> <param name="value">The value to test for validity.</param> <returns><c>true</c> means the <paramref name="value"/> is valid</returns> <exception cref="T:System.InvalidOperationException"> is thrown if the current attribute is ill-formed.</exception> </member> <member name="M:Tix.Runtime.RequiredMinimalItemCountAttribute.FormatErrorMessage(System.String)"> <summary> Override of <see cref="M:System.ComponentModel.DataAnnotations.ValidationAttribute.FormatErrorMessage(System.String)"/> </summary> <remarks>This override exists to provide a formatted message describing the minimum and maximum values</remarks> <param name="name">The user-visible name to include in the formatted message.</param> <returns>A localized string describing the minimum and maximum values</returns> <exception cref="T:System.InvalidOperationException"> is thrown if the current attribute is ill-formed.</exception> </member> <member name="T:Tix.Runtime.ServiceCall.SimplifiedDomainServiceNameHelper"> <summary>The simplified domain service name helper.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.SimplifiedDomainServiceNameHelper.GetSimplifiedUrlName(System.Type,System.Boolean)"> <summary>Gets the name of the canonical file.</summary> <param name="domainServiceType">Type of the domain service.</param> <param name="isService">The is Service.</param> <returns>The svc filename.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.SimplifiedDomainServiceNameHelper.RemovePrefix(System.String,System.String)"> <summary> Removes the prefix. </summary> <param name="ns">The namespace.</param> <param name="prefix">The prefix.</param> <returns>The namespace without the prefix (if it was there).</returns> </member> <member name="T:Tix.Runtime.ServiceCall.CheckResultType"> <summary> Application setting type. Possible and supported value types. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.CheckResultType.NotApplied"> <summary>The not applied.</summary> </member> <member name="F:Tix.Runtime.ServiceCall.CheckResultType.Warning"> <summary>The warning.</summary> </member> <member name="F:Tix.Runtime.ServiceCall.CheckResultType.Exception"> <summary>The exception.</summary> </member> <member name="T:Tix.Runtime.ServiceCall.Dynamic"> <summary>The dynamic.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.Dynamic.StringValue"> <summary>Gets or sets the string value.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.Dynamic.NumericValue"> <summary>Gets or sets the numeric value.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.Dynamic.DateValue"> <summary>Gets or sets the date value.</summary> </member> <member name="T:Tix.Runtime.ServiceCall.Enumerations.RestrictionType"> <summary>The visual item type.</summary> </member> <member name="F:Tix.Runtime.ServiceCall.Enumerations.RestrictionType.Default"> <summary> The normal combination. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.Enumerations.RestrictionType.DoNotCollapse"> <summary> The no combination. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.Enumerations.RestrictionType.ShowOnlyFirst"> <summary> The use first. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.Enumerations.RestrictionType.ShowOnlyLast"> <summary> The use last. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.Enumerations.RestrictionType.ShowAll"> <summary> The show all. </summary> </member> <member name="T:Tix.Runtime.ServiceCall.Exceptions.UserRequestException"> <summary> Thrown when no row could be found with the given primary key. </summary> </member> <member name="M:Tix.Runtime.ServiceCall.Exceptions.UserRequestException.#ctor(Tix.Runtime.ServiceCall.ServiceResponseBase)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.Exceptions.UserRequestException"/> class.</summary> <param name="response">The response.</param> </member> <member name="P:Tix.Runtime.ServiceCall.Exceptions.UserRequestException.Response"> <summary> Gets the response. </summary> </member> <member name="T:Tix.Runtime.ServiceCall.UserMessageCombinationRestriction"> <summary>The term key.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageCombinationRestriction.#ctor(System.String,Tix.Runtime.ServiceCall.Enumerations.RestrictionType)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserMessageCombinationRestriction"/> class.</summary> <param name="key">The key.</param> <param name="restrictionType">The restriction type.</param> </member> <member name="P:Tix.Runtime.ServiceCall.UserMessageCombinationRestriction.Key"> <summary>Gets the key.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.UserMessageCombinationRestriction.RestrictionType"> <summary>Gets the value.</summary> </member> <member name="T:Tix.Runtime.ServiceCall.InteractionCore"> <summary>Interaction core. Act as data container (with translations) for interactions between client and server side calls.</summary> </member> <member name="F:Tix.Runtime.ServiceCall.InteractionCore.parameters"> <summary>The parameters.</summary> </member> <member name="F:Tix.Runtime.ServiceCall.InteractionCore.parameterStrings"> <summary>The parameters in string field version. </summary> </member> <member name="M:Tix.Runtime.ServiceCall.InteractionCore.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.InteractionCore"/> class.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.InteractionCore.#ctor(Tix.Runtime.ServiceCall.UserMessage)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.InteractionCore"/> class based on the <see cref="T:Tix.Runtime.ServiceCall.UserMessage"/> class.</summary> <param name="userMessage">The user message.</param> </member> <member name="P:Tix.Runtime.ServiceCall.InteractionCore.DefaultText"> <summary>Gets or sets the default text.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.InteractionCore.ParameterStrings"> <summary> Gets or sets the parameter strings. </summary> </member> <member name="P:Tix.Runtime.ServiceCall.InteractionCore.MessageCode"> <summary>Gets or sets the message code. This is an optional field.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.InteractionCore.MessageType"> <summary>Gets or sets the message type. This is an optional field.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.InteractionCore.TermCode"> <summary>Gets or sets the message term code.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.InteractionCore.ItemName"> <summary>Gets or sets the Item name.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.InteractionCore.DefaultValue"> <summary>Gets or sets the Default value.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.InteractionCore.Parameters"> <summary>Gets or sets the parameters.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.InteractionCore.Translation"> <summary>Gets or sets the translated message.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.InteractionCore.AddParameter(System.String,System.Object)"> <summary>The add parameter.</summary> <param name="parameterCode">The parameter code.</param> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ServiceCall.InteractionCore.EqualsFull(System.Object)"> <summary>The equals.</summary> <param name="obj">The obj.</param> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.InteractionCore.ToString"> <summary>The to string.</summary> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="T:Tix.Runtime.ServiceCall.IServiceInput"> <summary> The service input interface. </summary> </member> <member name="P:Tix.Runtime.ServiceCall.IServiceInput.AcceptedWarnings"> <summary>Gets or sets the interactions.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.IServiceInput.AcceptedRequestAnswers"> <summary>Gets or sets the accepted requests.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.IServiceInput.AutoAnswerFlag"> <summary>Gets or sets a value indicating whether use defaults flag.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.IServiceInput.FormId"> <summary>Gets or sets the form id.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.IServiceInput.WorkflowDynamics"> <summary> Gets or sets the workflow dynamics. </summary> <value> The workflow dynamics. </value> </member> <member name="T:Tix.Runtime.ServiceCall.IServiceOutputServiceResponse"> <summary>The IServiceOutputServiceResponse interface.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.IServiceOutputServiceResponse.GetServiceOutputAsObject"> <summary>The get workflow output as object.</summary> <returns>The <see cref="T:System.Object"/>.</returns> </member> <member name="T:Tix.Runtime.ServiceCall.ServiceInputBase"> <summary> The service input base class is mainly user to collect information required for action base ping pong service. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.ServiceInputBase.acceptedWarnings"> <summary> The accepted warnings. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.ServiceInputBase.acceptedRequestAnswers"> <summary> The accepted request answers. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.ServiceInputBase.workflowDynamics"> <summary>The workflow dynamics.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInputBase.AcceptedWarnings"> <summary>Gets or sets the interactions. Its part of base inputs required for action framework. AcceptedWarnings pass on details to action framework and continue excecution of action procedure. </summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInputBase.AcceptedRequestAnswers"> <summary>Gets or sets the accepted requests. Its part of base inputs required for action framework. AcceptedRequestAnswers pass on details to action framework and continue execution based on input.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInputBase.WorkflowDynamics"> <summary>Gets or sets the dynamics. Its part of base inputs required for action framework. </summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInputBase.AutoAnswerFlag"> <summary>Gets or sets a value indicating whether use defaults flag. Its part of base inputs required for action framework.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInputBase.FormId"> <summary>Gets or sets the form id. Its part of base inputs required for sales action framework.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInputBase.User"> <summary> Gets or sets User. Its part of base inputs required for sales action framework. </summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInputBase.Caller"> <summary> Gets or sets Function caller. Its part of base inputs required for sales action framework. </summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceInputBase.IsEmpty"> <summary> Gets a value indicating whether the input is empty. This might be an initial state or if the underlying internal collectios are emptied or set to null. </summary> <returns><c>true</c> if the input is empty; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceInputBase.AcceptRequest(Tix.Runtime.ServiceCall.UserRequestAnswer)"> <summary>The accept request. Its part of base inputs required for action framework.</summary> <param name="answer">The answer.</param> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceInputBase.AcceptWarnings(System.Collections.Generic.List{Tix.Runtime.ServiceCall.UserMessage})"> <summary>The accept warnings. Its part of base inputs required for action framework.</summary> <param name="messages">The messages.</param> </member> <member name="T:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult`1"> <summary>The service invoke result.</summary> <typeparam name="T">The result output type.</typeparam> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult`1.#ctor(Tix.Runtime.ServiceCall.ServiceResponse{`0},Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResultType,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult`1"/> class. </summary> <param name="response"> The response. </param> <param name="resultType"> The result type. </param> <param name="callsCount"> The calls count. </param> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult`1.CallsCount"> <summary>Gets the how many calls of the workflow service operation was proceed.</summary> <value>The passes count.</value> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult`1.ResultType"> <summary>Gets the result type.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult`1.Success"> <summary>Gets a value indicating whether success.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult`1.Outputs"> <summary>Gets the outputs.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult`1.Errors"> <summary>Gets the exceptions.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult`1.HasErrors"> <summary>Gets a value indicating whether has exceptions.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult`1.ToString"> <summary>Gets the to string.</summary> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="T:Tix.Runtime.ServiceCall.ServiceInvoke.IErrorsProcessor"> <summary> An interface for processing the errors coming from Tips Workflows. </summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceInvoke.IErrorsProcessor.ProcessErrors(System.Collections.Generic.List{Tix.Runtime.ServiceCall.UserMessage})"> <summary>Processes the errors.</summary> <param name="errors">The errors.</param> <returns>A Task to wait for.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceInvoke.IErrorsProcessor.ProcessErrors(System.Collections.Generic.List{Tix.Runtime.ServiceCall.UserMessage},System.String)"> <summary>Processes the errors.</summary> <param name="errors">The errors.</param> <param name="alternateHeader">alternative header text.</param> <returns>A Task to wait for.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceInvoke.IErrorsProcessor.ProcessErrors(System.Collections.Generic.List{Tix.Runtime.ServiceCall.UserMessage},System.String,System.String)"> <summary>Processes the errors.</summary> <param name="errors">The errors.</param> <param name="alternateHeader">alternative header text.</param> <param name="iconType">The icon Type.</param> <returns>A Task to wait for.</returns> </member> <member name="T:Tix.Runtime.ServiceCall.ServiceInvoke.IResponseProcessorFactory"> <summary> The Workflow user message processor factory is used because the Workflow controler algorithm (in the <see cref="T:Tix.Runtime.ServiceCall.ServiceInvoke.InvokeHelper"/>) may not need the instances of some or procesors at all. So instead of instantiating them at the beginnig and passing all them to the algorithm, they can be created right in time they are needed, if the factory is passed instead. </summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceInvoke.IResponseProcessorFactory.CreateErrorsProcessor"> <summary>Creates the errors processor.</summary> <returns>The instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceInvoke.IErrorsProcessor"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceInvoke.IResponseProcessorFactory.CreateWarningsProcessor"> <summary>Creates the warnings processor.</summary> <returns>The instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceInvoke.IWarningsProcessor"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceInvoke.IResponseProcessorFactory.CreateRequestProcessor"> <summary>Creates the request processor.</summary> <returns>The instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceInvoke.IRequestProcessor"/>.</returns> </member> <member name="T:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult"> <summary> The result of invoking of the Tips Workflow service operation. </summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult.#ctor(Tix.Runtime.ServiceCall.ServiceResponse,Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResultType,System.Int32)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult" /> class.</summary> <param name="response">The response.</param> <param name="resultType">The result type.</param> <param name="callsCount">The how many calls of the workflow service operation was proceed.</param> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult.CallsCount"> <summary>Gets the how many calls of the workflow service operation was proceed.</summary> <value>The passes count.</value> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult.ResultType"> <summary>Gets the result type.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult.Success"> <summary>Gets a value indicating whether success.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult.Errors"> <summary>Gets the exceptions.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult.HasErrors"> <summary>Gets a value indicating whether has exceptions.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult.ToString"> <summary>Gets the to string.</summary> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="T:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResultType"> <summary> The result of invoking of the Tips Workflow service operation. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResultType.Success"> <summary> The success result. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResultType.Error"> <summary> The error result. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResultType.UserCancelOnWarnings"> <summary> The result with user's cancellation when processing warnings. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResultType.UserCancelOnRequest"> <summary> The result with user's cancellation when processing an user request. </summary> </member> <member name="T:Tix.Runtime.ServiceCall.ServiceInvoke.IRequestProcessor"> <summary> An interface for processing the user requests coming from Tips Workflows. </summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceInvoke.IRequestProcessor.ProcessRequest(Tix.Runtime.ServiceCall.UserRequest)"> <summary>Processes the request.</summary> <param name="userRequest">The user request.</param> <returns>A Task that has the user request answer or <c>null</c> value in case off cancellation as the result.</returns> </member> <member name="T:Tix.Runtime.ServiceCall.ServiceInvoke.IWarningsProcessor"> <summary> An interface for processing the warnings coming from Tips Workflows. </summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceInvoke.IWarningsProcessor.ProcessWarnings(System.Collections.Generic.List{Tix.Runtime.ServiceCall.UserMessage})"> <summary>Processes the warnings.</summary> <param name="warnings">The warnings.</param> <returns>A Task that has list of accepted warnings or <c>null</c> value in case off cancellation as the result.</returns> </member> <member name="T:Tix.Runtime.ServiceCall.ServiceInvoke.InvokeHelper"> <summary>The Workflow service operation invoke helper. Invokes the service operation, which is using a Tips Workflow.</summary> </member> <member name="F:Tix.Runtime.ServiceCall.ServiceInvoke.InvokeHelper.RoundtripCountMax"> <summary> The maximum workflow service operation call count threshold. It is used for prevention of performing forever call loop. Suitable for the unit testing, can help with diagnostics programmer's mistakes. </summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceInvoke.InvokeHelper.InvokeWorkflowService``1(System.Func{``0,System.Threading.Tasks.Task{Tix.Runtime.ServiceCall.ServiceResponse}},``0,Tix.Runtime.ServiceCall.ServiceInvoke.IResponseProcessorFactory,System.String)"> <summary> Invokes the service operation, which is using Tips Workflows. It controls the possible multiple calls of the operation based on the processing possible workflow response (alias user messages) for interaction with user. </summary> <typeparam name="TInput">The type of the input.</typeparam> <param name="serviceOperationCall">The service operation call. Represents a wrapper method of a particular call of a service operation which contains a Tips workflow call. The delegate encapsulates the service operation call with all the business input parameters.</param> <param name="input">The input.</param> <param name="processorFactory">The user messages processor factory.</param> <param name="alternateHeader">The alternate header.</param> <returns> A Task that has the <see cref="T:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult" /> class as the result. The result has just informative character - does not need to be used for handling errors, warnings, ... </returns> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceInvoke.InvokeHelper.InvokeWorkflowService``2(System.Func{``1,System.Threading.Tasks.Task{Tix.Runtime.ServiceCall.ServiceResponse{``0}}},``1,Tix.Runtime.ServiceCall.ServiceInvoke.IResponseProcessorFactory,System.String)"> <summary> Invokes the service operation, which is using Tips Workflows. It controls the possible multiple calls of the operation based on the processing possible workflow response (alias user messages) for interaction with user. </summary> <typeparam name="TResult">The output result type.</typeparam> <typeparam name="TInput">The type of the input.</typeparam> <param name="serviceOperationCall">The service operation call.Represents a wrapper method of a particular call of a service operation which contains Tips workflow call. The delegate encapsulates the service operation call with all the business input parameters and one <see cref="T:Tix.Runtime.ServiceCall.ServiceInput"/> parameter, which is also the delegate's formal input parameter.</param> <param name="input">The input.</param> <param name="processorFactory">The user messages processor factory.</param> <param name="alternateHeader">The alternate header.</param> <returns> A Task that has the <see cref="T:Tix.Runtime.ServiceCall.ServiceInvoke.ServiceInvokeResult"/> class as the result. The result has just informative character - does not need to be used for handling errors, warnings, ... </returns> </member> <member name="T:Tix.Runtime.ServiceCall.ServiceResponseBase"> <summary> The service response class, contains warning information. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.ServiceResponseBase.serviceInput"> <summary>The service input.</summary> </member> <member name="F:Tix.Runtime.ServiceCall.ServiceResponseBase.warnings"> <summary> The warnings. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.ServiceResponseBase.errors"> <summary> The errors. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.ServiceResponseBase.infos"> <summary> The infos. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.ServiceResponseBase.acceptedWarnings"> <summary> The accepted warnings. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.ServiceResponseBase.acceptedRequestAnswers"> <summary> The accepted request answers. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.ServiceResponseBase.workflowDynamics"> <summary>The workflow dynamics.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponseBase.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceResponseBase"/> class.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponseBase.#ctor(Tix.Runtime.ServiceCall.UserMessageContext,Tix.Runtime.ServiceCall.IServiceInput)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceResponseBase"/> class. </summary> <param name="ctx">The CTX.</param> <param name="input">The input.</param> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponseBase.#ctor(Tix.Runtime.ServiceCall.UserRequest,Tix.Runtime.ServiceCall.IServiceInput)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceResponseBase"/> class. </summary> <param name="request">The request.</param> <param name="input">The input.</param> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponseBase.#ctor(Tix.Runtime.ServiceCall.IServiceInput)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceResponseBase"/> class. </summary> <param name="input">The input.</param> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceResponseBase.AcceptedWarnings"> <summary>Gets or sets the accepted warnings.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceResponseBase.AcceptedRequestAnswers"> <summary>Gets or sets the accepted requests.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceResponseBase.Success"> <summary>Gets or sets a value indicating whether success.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceResponseBase.Warnings"> <summary>Gets or sets the interactions.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceResponseBase.Errors"> <summary>Gets or sets the blocking messages.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceResponseBase.Infos"> <summary>Gets or sets the interactions.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceResponseBase.Request"> <summary>Gets or sets the requests.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceResponseBase.ToDos"> <summary> Gets or sets todos. </summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceResponseBase.WorkflowDynamics"> <summary>Gets or sets the dynamics.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceResponseBase.WorkflowCode"> <summary>Gets or sets the workflow name.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponseBase.GetAutoAnswerFlag"> <summary>The get auto answer flag.</summary> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponseBase.HasRequest"> <summary>Gets a value indicating whether has request.</summary> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponseBase.HasWarnings"> <summary>The has warnings.</summary> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponseBase.HasErrors"> <summary>The has errors.</summary> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponseBase.HasInfos"> <summary>The has infos.</summary> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponseBase.IsFinal"> <summary>The is final.</summary> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponseBase.FilterAlreadyAcceptedWarnings"> <summary>The filter already accepted warnings.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponseBase.Warn(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String)"> <summary>The warn.</summary> <param name="defaultText">The default text.</param> <param name="termCode">The term code.</param> <param name="parameters">The parameters.</param> <param name="messageCode">The message code. Optional.</param> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponseBase.Error(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String)"> <summary>The error.</summary> <param name="defaultText">The default text.</param> <param name="termCode">The term code.</param> <param name="parameters">The parameters.</param> <param name="messageCode">The message code. Optional.</param> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponseBase.Info(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String)"> <summary>The info.</summary> <param name="defaultText">The default text.</param> <param name="termCode">The term code.</param> <param name="parameters">The parameters.</param> <param name="messageCode">The message code. Optional.</param> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponseBase.Ask(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String},System.String)"> <summary>The Ask.</summary> <param name="defaultText">The default text.</param> <param name="termCode">The term code.</param> <param name="parameters">The parameters.</param> <param name="inputs">The keys.</param> <param name="functions">The functions.</param> <param name="messageCode">The message code. Optional.</param> <returns>The <see cref="T:Tix.Runtime.ServiceCall.UserRequestAnswer"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponseBase.CheckValidity"> <summary>Checks validity.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponseBase.ToString"> <summary>Gets the to string.</summary> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="T:Tix.Runtime.ServiceCall.ServiceResponse`1"> <summary>The service response class, contains warning information.</summary> <typeparam name="T">The result type.</typeparam> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponse`1.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceResponse`1"/> class. Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceResponse"/> class.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponse`1.#ctor(Tix.Runtime.ServiceCall.UserMessageContext,Tix.Runtime.ServiceCall.IServiceInput,`0)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceResponse`1"/> class. </summary> <param name="ctx">The CTX.</param> <param name="input">The input.</param> <param name="output">The output.</param> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponse`1.#ctor(Tix.Runtime.ServiceCall.UserRequest,Tix.Runtime.ServiceCall.IServiceInput)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceResponse`1"/> class. </summary> <param name="request">The request.</param> <param name="input">The input.</param> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponse`1.#ctor(Tix.Runtime.ServiceCall.IServiceInput)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceResponse`1"/> class. </summary> <param name="input">The input.</param> </member> <member name="P:Tix.Runtime.ServiceCall.ServiceResponse`1.ServiceOutput"> <summary>Gets or sets the output.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponse`1.GetServiceOutputAsObject"> <summary> Gets the workflow result. </summary> <returns>The workflow output as object.</returns> </member> <member name="T:Tix.Runtime.ServiceCall.UserMessageRow"> <summary>User message row.</summary> </member> <member name="F:Tix.Runtime.ServiceCall.UserMessageRow.children"> <summary> The children. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.UserMessageRow.doNotCombineParameterKeys"> <summary> The do not combine parameter keys. </summary> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageRow.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserMessageRow"/> class.</summary> <param name="termCode">The term code.</param> <param name="parameters">The parameters.</param> <param name="defaultText">The default text.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageRow.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String,System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserMessageRow"/> class.</summary> <param name="termCode">The term code.</param> <param name="parameters">The parameters.</param> <param name="defaultText">The default text.</param> <param name="itemName">The item name.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageRow.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String,System.String,System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserMessageRow"/> class.</summary> <param name="termCode">The term code.</param> <param name="parameters">The parameters.</param> <param name="defaultText">The default text.</param> <param name="itemName">The item name.</param> <param name="messageCode">The message code.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageRow.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String,System.String,System.String,System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserMessageRow"/> class.</summary> <param name="termCode">The term code.</param> <param name="parameters">The parameters.</param> <param name="defaultText">The default text.</param> <param name="itemName">The item name.</param> <param name="messageCode">The message code.</param> <param name="messageType">The message type.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageRow.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserMessageRow"/> class.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageRow.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserMessageRow"/> class.</summary> <param name="termCode">The term code.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageRow.#ctor(System.String,System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserMessageRow"/> class.</summary> <param name="termCode">The term code.</param> <param name="defaultText">The default text.</param> </member> <member name="P:Tix.Runtime.ServiceCall.UserMessageRow.Children"> <summary>Gets or sets the children.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.UserMessageRow.Core"> <summary>Gets or sets the core.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.UserMessageRow.DoNotCombineParameterKeys"> <summary> Gets or sets the do not combine parameter keys. </summary> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageRow.GetGrouping"> <summary> Gets the grouping. </summary> <returns>Grouping id.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageRow.GetCombination(System.Collections.Generic.List{Tix.Runtime.ServiceCall.UserMessageCombinationRestriction})"> <summary> The get combination. </summary> <param name="restrictions"> The restrictions. </param> <returns> The <see cref="T:System.String"/>. </returns> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageRow.AddParameter(System.String,System.Collections.Generic.List{System.Object})"> <summary>The add parameter.</summary> <param name="parameterCode">The parameter code.</param> <param name="values">The values.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageRow.AddParameter(System.String,System.Object)"> <summary>The add parameter.</summary> <param name="parameterCode">The parameter code.</param> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageRow.EqualsFull(System.Object)"> <summary>The equals.</summary> <param name="obj">The obj.</param> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageRow.Contains(System.String)"> <summary>The contains.</summary> <param name="termCode">The term code.</param> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageRow.Describe"> <summary>The describe.</summary> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageRow.ToString"> <summary>The to string.</summary> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="T:Tix.Runtime.ServiceCall.WorkflowInfo"> <summary>The warning information.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.WorkflowInfo.ActivityCode"> <summary>Gets or sets the activity code.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.WorkflowInfo.WorkflowCode"> <summary>Gets or sets the workflow code.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.WorkflowInfo.SettingCode"> <summary>Gets or sets the setting code.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.WorkflowInfo.EqualsFull(System.Object)"> <summary>The equals.</summary> <param name="obj">The obj.</param> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.WorkflowInfo.ToString"> <summary>The to string.</summary> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="T:Tix.Runtime.ServiceCall.YesNoWarningValue"> <summary> Application setting value type. Possible and supported value types. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.YesNoWarningValue.Yes"> <summary>The exception.</summary> </member> <member name="F:Tix.Runtime.ServiceCall.YesNoWarningValue.No"> <summary>The not applied.</summary> </member> <member name="F:Tix.Runtime.ServiceCall.YesNoWarningValue.Warning"> <summary>The warning.</summary> </member> <member name="T:Tix.Runtime.ServiceCall.IWorkflowOutputs"> <summary>The WorkflowOutputs interface.</summary> </member> <member name="T:Tix.Runtime.ServiceCall.ServiceInput"> <summary> Service Input class, The class mainly use to handle action framework related input. </summary> </member> <member name="T:Tix.Runtime.ServiceCall.ServiceResponse"> <summary>Service response.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceResponse"/> class. Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceResponse"/> class.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponse.#ctor(Tix.Runtime.ServiceCall.UserMessageContext,Tix.Runtime.ServiceCall.IServiceInput)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceResponse"/> class.</summary> <param name="ctx">The context.</param> <param name="input">The input.</param> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponse.#ctor(Tix.Runtime.ServiceCall.UserRequest,Tix.Runtime.ServiceCall.IServiceInput)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceResponse"/> class. </summary> <param name="request">The request.</param> <param name="input">The input.</param> </member> <member name="M:Tix.Runtime.ServiceCall.ServiceResponse.#ctor(Tix.Runtime.ServiceCall.IServiceInput)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.ServiceResponse"/> class. </summary> <param name="input">The input.</param> </member> <member name="T:Tix.Runtime.ServiceCall.UserMessage"> <summary>User message.</summary> </member> <member name="F:Tix.Runtime.ServiceCall.UserMessage.dynamics"> <summary> The dynamics. </summary> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessage.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserMessage"/> class.</summary> <param name="termCode">The term code.</param> <param name="parameters">The parameters.</param> <param name="dynamics">The extras.</param> <param name="defaultText">The default text.</param> <param name="itemName">The item name. Optional.</param> <param name="messageCode">The message code. Optional.</param> <param name="messageType">The message type. Optional.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessage.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserMessage"/> class.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessage.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserMessage"/> class.</summary> <param name="termCode">The term code.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessage.#ctor(System.String,System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserMessage"/> class.</summary> <param name="termCode">The term code.</param> <param name="defaultText">The default text.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessage.#ctor(System.String,System.String,System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserMessage"/> class.</summary> <param name="termCode">The term code.</param> <param name="defaultText">The default text.</param> <param name="itemName">The name of the item which caused the message.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessage.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserMessage"/> class.</summary> <param name="termCode">The term code.</param> <param name="dynamics">The extras.</param> <param name="defaultText">The default text.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessage.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserMessage"/> class.</summary> <param name="termCode">The term code.</param> <param name="parameters">The parameters.</param> <param name="defaultText">The default Text.</param> </member> <member name="P:Tix.Runtime.ServiceCall.UserMessage.Comparer"> <summary>Gets the equality comparer for the UserMessage type.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.UserMessage.Root"> <summary>Gets or sets the root.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.UserMessage.Dynamics"> <summary>Gets or sets the extras.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.UserMessage.TermCode"> <summary>Gets the term code.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.UserMessage.DefaultText"> <summary>Gets the default text.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessage.AddParameter(System.String,System.Object)"> <summary>The add parameter.</summary> <param name="parameterCode">The parameter code.</param> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessage.AddDynamic(System.String,System.String)"> <summary>The add extra.</summary> <param name="key">The key.</param> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessage.EqualsFull(System.Object)"> <summary>The equals.</summary> <param name="obj">The obj.</param> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessage.Describe"> <summary>The describe.</summary> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessage.Contains(System.String)"> <summary>The contains.</summary> <param name="termCode">The term code.</param> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessage.Contains(Tix.Runtime.ServiceCall.UserMessage)"> <summary>The contains.</summary> <param name="userMessage">The user message.</param> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessage.ToString"> <summary>The to string.</summary> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="T:Tix.Runtime.ServiceCall.UserMessage.UserMessageEqualityComparer"> <summary> Implements a comparer for the UserMessage type. </summary> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessage.UserMessageEqualityComparer.Equals(Tix.Runtime.ServiceCall.UserMessage,Tix.Runtime.ServiceCall.UserMessage)"> <inheritdoc /> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessage.UserMessageEqualityComparer.GetHashCode(Tix.Runtime.ServiceCall.UserMessage)"> <inheritdoc /> </member> <member name="T:Tix.Runtime.ServiceCall.UserMessageContext"> <summary>The user message extension.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageContext.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserMessageContext"/> class.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.UserMessageContext.Warnings"> <summary>Gets the warnings.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.UserMessageContext.Errors"> <summary>Gets the exceptions.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.UserMessageContext.Infos"> <summary>Gets the infos.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageContext.Message(Tix.Runtime.ServiceCall.UserMessageType,Tix.Runtime.ServiceCall.UserMessage,Tix.Runtime.ServiceCall.IServiceInput)"> <summary>The message handler.</summary> <param name="type">The type.</param> <param name="message">The message.</param> <param name="input">The input.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageContext.Success"> <summary>The success.</summary> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageContext.HasErrors"> <summary>The has errors.</summary> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageContext.HasWarnings"> <summary>The has warnings.</summary> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageContext.ClearErrors"> <summary>The clear errors.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageContext.HasUnacceptedWarnings(Tix.Runtime.ServiceCall.IServiceInput)"> <summary>The has un accepted warnings.</summary> <param name="input">The input.</param> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.ServiceCall.UserMessageContext.ToString"> <summary>Gets the to string.</summary> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="T:Tix.Runtime.ServiceCall.UserMessageType"> <summary>The user message type.</summary> </member> <member name="F:Tix.Runtime.ServiceCall.UserMessageType.Error"> <summary>The error.</summary> </member> <member name="F:Tix.Runtime.ServiceCall.UserMessageType.Warning"> <summary>The warning.</summary> </member> <member name="F:Tix.Runtime.ServiceCall.UserMessageType.Information"> <summary>The warning.</summary> </member> <member name="T:Tix.Runtime.ServiceCall.UserRequest"> <summary>User request.</summary> </member> <member name="F:Tix.Runtime.ServiceCall.UserRequest.inputs"> <summary> The inputs (for user). </summary> </member> <member name="F:Tix.Runtime.ServiceCall.UserRequest.functions"> <summary> The functions (possible choices for user). </summary> </member> <member name="F:Tix.Runtime.ServiceCall.UserRequest.dynamics"> <summary> The dynamics. </summary> </member> <member name="M:Tix.Runtime.ServiceCall.UserRequest.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Collections.Generic.IEnumerable{Tix.Runtime.ServiceCall.InteractionCore},System.Collections.Generic.IEnumerable{Tix.Runtime.ServiceCall.InteractionCore},System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserRequest"/> class.</summary> <param name="termCode">The term code.</param> <param name="parameters">The parameters.</param> <param name="inputs">The inputs.</param> <param name="functions">The functions.</param> <param name="extras">The extras.</param> <param name="defaultText">The default text.</param> <param name="messageCode">The message code. Optional.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserRequest.#ctor(Tix.Runtime.ServiceCall.UserMessage,System.Collections.Generic.IEnumerable{Tix.Runtime.ServiceCall.InteractionCore},System.Collections.Generic.IEnumerable{Tix.Runtime.ServiceCall.InteractionCore},System.Collections.Generic.IDictionary{System.String,System.String})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserRequest"/> class.</summary> <param name="userMessage">The user message.</param> <param name="inputs">The inputs.</param> <param name="functions">The functions.</param> <param name="extras">The extras.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserRequest"/> class. Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserMessage"/> class.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.UserRequest.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserRequest"/> class.</summary> <param name="termCode">The term code.</param> <param name="extras">The extras.</param> <param name="defaultText">The default text.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserRequest.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Collections.Generic.IDictionary{System.String,System.String},System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserRequest"/> class.</summary> <param name="termCode">The term code.</param> <param name="parameters">The parameters.</param> <param name="extras">The extras.</param> <param name="defaultText">The default text.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserRequest.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserRequest"/> class.</summary> <param name="termCode">The term code.</param> <param name="parameters">The parameters.</param> <param name="extras">The extras.</param> <param name="defaultText">The default text.</param> <param name="messageCode">The message code. Optional.</param> </member> <member name="P:Tix.Runtime.ServiceCall.UserRequest.Header"> <summary>Gets or sets the header.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.UserRequest.Dynamics"> <summary>Gets or sets the extras.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.UserRequest.Inputs"> <summary>Gets or sets the keys.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.UserRequest.Functions"> <summary>Gets or sets the function ids.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.UserRequest.AddDynamic(System.String,System.String)"> <summary>The add extra.</summary> <param name="key">The key.</param> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserRequest.AddInput(Tix.Runtime.ServiceCall.InteractionCore)"> <summary> Adds an input. </summary> <param name="input"> The input. </param> </member> <member name="M:Tix.Runtime.ServiceCall.UserRequest.AddInput(System.String)"> <summary>Adds an input.</summary> <param name="inputTermCode">The input term code.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserRequest.AddFunction(Tix.Runtime.ServiceCall.InteractionCore)"> <summary> Adds a function. </summary> <param name="function"> The function. </param> </member> <member name="M:Tix.Runtime.ServiceCall.UserRequest.AddFunction(System.String)"> <summary> The add function. </summary> <param name="functionTermCode"> The function term code. </param> </member> <member name="M:Tix.Runtime.ServiceCall.UserRequest.AddParameter(System.String,System.Collections.Generic.List{System.String})"> <summary>The add parameter.</summary> <param name="parameterCode">The parameter code.</param> <param name="values">The values.</param> </member> <member name="M:Tix.Runtime.ServiceCall.UserRequest.AddParameter(System.String,System.Object)"> <summary>The add parameter.</summary> <param name="parameterCode">The parameter code.</param> <param name="value">The value.</param> </member> <member name="T:Tix.Runtime.ServiceCall.UserRequestAnswer"> <summary>The warning information.</summary> </member> <member name="F:Tix.Runtime.ServiceCall.UserRequestAnswer.userInputs"> <summary> The user inputs. </summary> </member> <member name="F:Tix.Runtime.ServiceCall.UserRequestAnswer.parameterStrings"> <summary> The parameter strings. </summary> </member> <member name="M:Tix.Runtime.ServiceCall.UserRequestAnswer.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserRequestAnswer"/> class.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.UserRequestAnswer.#ctor(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Collections.Generic.IDictionary{System.String,System.String})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ServiceCall.UserRequestAnswer"/> class.</summary> <param name="termCode">The term code.</param> <param name="defaultText">The default text.</param> <param name="parameterStrings">The parameter strings.</param> <param name="chosenFunction">The chosen function.</param> <param name="inputs">The user inputs.</param> </member> <member name="P:Tix.Runtime.ServiceCall.UserRequestAnswer.ChosenFunction"> <summary>Gets or sets the choice.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.UserRequestAnswer.Inputs"> <summary>Gets or sets the fields.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.UserRequestAnswer.DefaultText"> <summary>Gets or sets the default text.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.UserRequestAnswer.TermCode"> <summary>Gets or sets the term code.</summary> </member> <member name="P:Tix.Runtime.ServiceCall.UserRequestAnswer.ParameterStrings"> <summary>Gets or sets the parameters.</summary> </member> <member name="M:Tix.Runtime.ServiceCall.UserRequestAnswer.EqualsToUserRequest(System.Object)"> <summary>The equals.</summary> <param name="obj">The obj.</param> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="T:Tix.Runtime.TestTimeProvider"> <summary> Exposes the DateTime implementation for accessing the time. </summary> </member> <member name="M:Tix.Runtime.TestTimeProvider.#ctor(System.DateTime)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.TestTimeProvider"/> class. </summary> <param name="utcNow">The now.</param> </member> <member name="P:Tix.Runtime.TestTimeProvider.UtcNow"> <summary> Gets the current time of the current time zone. </summary> </member> <member name="T:Tix.Runtime.TimeProvider"> <summary> Provides the current time to the business logic. The internal time provider implementation is mockable to support unit testing. </summary> </member> <member name="F:Tix.Runtime.TimeProvider.UnixEpoch"> <summary> The unix epoch </summary> </member> <member name="F:Tix.Runtime.TimeProvider.ThreadTimeProvider"> <summary> The time provider, needed to provide a different "Now" for tests. </summary> </member> <member name="P:Tix.Runtime.TimeProvider.UtcNow"> <summary> Gets the current time of the current time zone. </summary> </member> <member name="M:Tix.Runtime.TimeProvider.SetTimeProvider(System.DateTime)"> <summary> Sets the time provider to a custom instance useful for unit testing. </summary> <param name="now">The time that is considered as now.</param> <returns> A disposable object to revert the time provider change. </returns> </member> <member name="M:Tix.Runtime.TimeProvider.SetTimeProvider(Tix.Runtime.FixDateTime)"> <summary> Sets the time provider to a custom instance useful for unit testing. </summary> <param name="now">The time that is considered as now.</param> <returns> A disposable object to revert the time provider change. </returns> </member> <member name="M:Tix.Runtime.TimeProvider.SetTimeProvider(Tix.Runtime.ITimeProvider)"> <summary> Sets the time provider to a custom instance useful for unit testing. </summary> <param name="timeProviderInstance">The time provider.</param> <returns>A disposable object to revert the time provider change.</returns> </member> <member name="M:Tix.Runtime.TimeProvider.GetCurrentUnixTimestampMillis"> <summary> Gets the current unix timestamp millis. </summary> <returns>Milliseconds since unix epoch</returns> </member> <member name="M:Tix.Runtime.TimeProvider.GetDateTimeFromUnixTimestampMillis(System.Int64)"> <summary> Gets dateTime from unix timestamp millis. </summary> <param name="millis">The millis.</param> <returns>Date time from unix epoch by milliseconds</returns> </member> <member name="M:Tix.Runtime.TimeProvider.GetCurrentUnixTimestampSeconds"> <summary> Gets the current unix timestamp seconds. </summary> <returns>Seconds since unix epoch</returns> </member> <member name="M:Tix.Runtime.TimeProvider.GetDateTimeFromUnixTimestampSeconds(System.Int64)"> <summary> Get dateTime from unix timestamp seconds. </summary> <param name="seconds">The seconds.</param> <returns>Date time from unix epoch by milliseconds</returns> </member> <member name="T:Tix.Runtime.TimeProvider.TimeProviderScope"> <summary> Provides a scope for which a given time provider should be set. </summary> <seealso cref="T:System.IDisposable" /> </member> <member name="M:Tix.Runtime.TimeProvider.TimeProviderScope.#ctor(Tix.Runtime.ITimeProvider)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.TimeProvider.TimeProviderScope"/> class. </summary> <param name="provider">The provider.</param> </member> <member name="M:Tix.Runtime.TimeProvider.TimeProviderScope.Dispose"> <summary> Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. </summary> </member> <member name="T:Tix.Runtime.Times.Json.FixDateTimeJsonConverter"> <summary>Converts a instance of Money to and from JSON.</summary> </member> <member name="M:Tix.Runtime.Times.Json.FixDateTimeJsonConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Times.Json.FixDateTimeJsonConverter"/> class. </summary> </member> <member name="T:Tix.Runtime.Times.Json.FixDateTimeJsonConverterBase"> <summary>Converts a instance of Money to and from JSON.</summary> </member> <member name="F:Tix.Runtime.Times.Json.FixDateTimeJsonConverterBase.valuePropertyName"> <summary>The value property name</summary> </member> <member name="M:Tix.Runtime.Times.Json.FixDateTimeJsonConverterBase.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Times.Json.FixDateTimeJsonConverterBase"/> class. </summary> <param name="useCamelCase">if set to <c>true</c> [use camel case].</param> </member> <member name="P:Tix.Runtime.Times.Json.FixDateTimeJsonConverterBase.CanRead"> <summary>Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON.</summary> <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter" /> can read JSON; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.Times.Json.FixDateTimeJsonConverterBase.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Writes the JSON representation of the object.</summary> <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> <param name="value">The value.</param> <param name="serializer">The calling serializer.</param> <exception cref="T:System.ArgumentNullException">The value of 'writer', 'value' and 'serializer' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Times.Json.FixDateTimeJsonConverterBase.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> <summary>Reads the JSON representation of the object.</summary> <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> <param name="objectType">Type of the object.</param> <param name="existingValue">The existing value of object being read.</param> <param name="serializer">The calling serializer.</param> <returns>The object value.</returns> <exception cref="T:System.ArgumentNullException">The value of 'reader' cannot be null.</exception> </member> <member name="M:Tix.Runtime.Times.Json.FixDateTimeJsonConverterBase.CanConvert(System.Type)"> <summary>Determines whether this instance can convert the specified object type.</summary> <param name="objectType">Type of the object.</param> <returns><c>true</c> if this instance can convert the specified object type; otherwise,<c>false</c>.</returns> </member> <member name="T:Tix.Runtime.Times.Json.FixDateTimeJsonConverterNonCamelCase"> <summary>Converts a instance of Money to and from JSON.</summary> </member> <member name="M:Tix.Runtime.Times.Json.FixDateTimeJsonConverterNonCamelCase.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Times.Json.FixDateTimeJsonConverterNonCamelCase"/> class. </summary> </member> <member name="T:Tix.Runtime.TixApplicationBase"> <summary> Base class for application definitions </summary> </member> <member name="P:Tix.Runtime.TixApplicationBase.ApplicationCode"> <summary> Gets the application code. </summary> </member> <member name="P:Tix.Runtime.TixApplicationBase.ApplicationCategory"> <summary> Gets the application category. </summary> </member> <member name="P:Tix.Runtime.TixApplicationBase.Description"> <summary> Gets the description. </summary> </member> <member name="P:Tix.Runtime.TixApplicationBase.DependsOn"> <summary> Gets the depends on. </summary> </member> <member name="P:Tix.Runtime.TixApplicationBase.AssemblyNames"> <summary> Gets the assembly names. </summary> </member> <member name="P:Tix.Runtime.TixApplicationBase.SendsMessages"> <summary>Gets the indicator if the application sends messages.</summary> </member> <member name="T:Tix.Runtime.TixMessage"> <summary> Base class for the tix messages, contains the base fields </summary> </member> <member name="M:Tix.Runtime.TixMessage.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.TixMessage"/> class. </summary> </member> <member name="P:Tix.Runtime.TixMessage.MessageOid"> <summary>Gets the message oid.</summary> </member> <member name="P:Tix.Runtime.TixMessage.TransactionId"> <summary>Gets or sets the message oid.</summary> </member> <member name="P:Tix.Runtime.TixMessage.TixUserId"> <summary> Gets or sets the message oid. </summary> </member> <member name="P:Tix.Runtime.TixMessage.CreationTime"> <summary> Gets or sets the message creation time. </summary> </member> <member name="P:Tix.Runtime.TixMessage.IsTransient"> <summary> Gets or sets a value indicating whether saving to database should be skipped. (transient: true -> do not save, false -> save) </summary> </member> <member name="P:Tix.Runtime.TixMessage.SkipSenderRetry"> <summary> Gets or sets a value indicating whether retrying after send should be skipped. </summary> </member> <member name="P:Tix.Runtime.TixMessage.SkipReceiverRetry"> <summary> Gets or sets a value indicating whether retrying after receive should be skipped. </summary> </member> <member name="P:Tix.Runtime.TixMessage.SenderApplicationCode"> <summary> Gets or sets the sender application code. </summary> </member> <member name="M:Tix.Runtime.TixMessage.SetMessageOid(System.String)"> <summary> Sets the message oid. </summary> <param name="messageOid">The message oid.</param> </member> <member name="M:Tix.Runtime.TixMessage.ShouldSerializeIsTransient"> <summary> Serialize the IsTransient property only if it is set to true -> false will not be written to database! https://www.newtonsoft.com/json/help/html/ConditionalProperties.htm </summary> <returns>True if the is transient should be written to JSON, false otherwise.</returns> </member> <member name="M:Tix.Runtime.TixMessage.ShouldSerializeSkipReceiverRetry"> <summary> Serialize the SkipReceiverRetry property only if it is set to true -> false will not be written to the message! https://www.newtonsoft.com/json/help/html/ConditionalProperties.htm </summary> <returns>True if the is transient should be written to JSON, false otherwise.</returns> </member> <member name="T:Tix.Runtime.TixMessageHeaderAttribute"> <summary> An attribute to mark properties to be used in the message header </summary> </member> <member name="T:Tix.Runtime.TixMessageSendAsAttribute"> <summary> An attribute that can be used to send a message with a different class name, Can be used to create an "alias". NOTE: Messages with this attribute cannot be received! </summary> </member> <member name="M:Tix.Runtime.TixMessageSendAsAttribute.#ctor(System.String,System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.TixMessageSendAsAttribute"/> class.</summary> <param name="classNameWithNameSpace">The class name including the namespace for the alias.</param> <param name="assemblyName">The assembly name to be used for the alias.</param> </member> <member name="P:Tix.Runtime.TixMessageSendAsAttribute.ClassNameWithNameSpace"> <summary> Gets the class name including the namespace for the alias. </summary> </member> <member name="P:Tix.Runtime.TixMessageSendAsAttribute.AssemblyName"> <summary> Gets the assembly name for the alias. </summary> </member> <member name="T:Tix.Runtime.TixMessageRefCodeAttribute"> <summary> An attribute to mark a property to be used as RefCode in the database Only the first attribute is used! </summary> </member> <member name="T:Tix.Runtime.TixTypeInfo"> <summary>The Tix type information. Provides TiX standard formatted string for various (based on C# language syntax).</summary> </member> <member name="F:Tix.Runtime.TixTypeInfo.RuDoubleBaseName"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.TixTypeInfo" /> class.</summary> <summary>The RU double base name.</summary> </member> <member name="F:Tix.Runtime.TixTypeInfo.RuDoubleName"> <summary>The RU double name.</summary> </member> <member name="F:Tix.Runtime.TixTypeInfo.ParameterBaseName"> <summary>The parameter base name.</summary> </member> <member name="F:Tix.Runtime.TixTypeInfo.Aliases"> <summary>The aliases.</summary> </member> <member name="F:Tix.Runtime.TixTypeInfo.isInheritedFromRuDoubleBase"> <summary>The is inherited from ru double base</summary> </member> <member name="F:Tix.Runtime.TixTypeInfo.alias"> <summary>The alias</summary> </member> <member name="M:Tix.Runtime.TixTypeInfo.#ctor(System.Type)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.TixTypeInfo"/> class.</summary> <param name="type">The type.</param> </member> <member name="P:Tix.Runtime.TixTypeInfo.VarCode"> <summary>Gets or sets the variable code.</summary> </member> <member name="P:Tix.Runtime.TixTypeInfo.Name"> <summary>Gets the name.</summary> </member> <member name="P:Tix.Runtime.TixTypeInfo.Namespace"> <summary>Gets the namespace.</summary> </member> <member name="P:Tix.Runtime.TixTypeInfo.AssemblyName"> <summary>Gets the name of the assembly.</summary> </member> <member name="P:Tix.Runtime.TixTypeInfo.BaseTypeName"> <summary>Gets the type of the base.</summary> </member> <member name="P:Tix.Runtime.TixTypeInfo.GenericParameters"> <summary>Gets the generic parameter.</summary> </member> <member name="P:Tix.Runtime.TixTypeInfo.FullName"> <summary>Gets the full name.</summary> </member> <member name="P:Tix.Runtime.TixTypeInfo.IsEnum"> <summary>Gets a value indicating whether is enumerator.</summary> </member> <member name="P:Tix.Runtime.TixTypeInfo.ContainsEnum"> <summary>Gets a value indicating whether [contains enum].</summary> </member> <member name="P:Tix.Runtime.TixTypeInfo.IsParameter"> <summary>Gets a value indicating whether is parameter.</summary> </member> <member name="P:Tix.Runtime.TixTypeInfo.CodeName"> <summary>Gets the code name (alias or full name).</summary> </member> <member name="P:Tix.Runtime.TixTypeInfo.IsNullable"> <summary>Gets a value indicating whether this instance is nullable.</summary> </member> <member name="P:Tix.Runtime.TixTypeInfo.HasVarCodeSupport"> <summary>Gets a value indicating whether has variable code support.</summary> </member> <member name="P:Tix.Runtime.TixTypeInfo.HasGenericParameter"> <summary>Gets a value indicating whether this instance has generic parameter.</summary> </member> <member name="M:Tix.Runtime.TixTypeInfo.IsInheritedFromRuDoubleBase(System.String)"> <summary>Determines whether [is inherited from RU double] [the specified base name].</summary> <param name="baseName">Name of the base type.</param> <returns>True if the type is inherited from RuDoubleBase.</returns> </member> <member name="M:Tix.Runtime.TixTypeInfo.IsInheritedFromRuDoubleBase(System.Type)"> <summary>Determines whether [is inherited from RU double] [the specified type].</summary> <param name="type">The type.</param> <returns>True if the type is inherited from RuDoubleBase.</returns> </member> <member name="M:Tix.Runtime.TixTypeInfo.IsInheritedFromParameterBase(System.String)"> <summary>Determines whether the specified base name is parameter.</summary> <param name="baseName">Name of the base type.</param> <returns>True if the type is inherited from ParameterBase.</returns> </member> <member name="M:Tix.Runtime.TixTypeInfo.IsInheritedFromParameterBase(System.Type)"> <summary>Determines whether [is inherited from parameter base] [the specified type].</summary> <param name="type">The type.</param> <returns>True if the type is inherited from ParameterBase.</returns> </member> <member name="M:Tix.Runtime.TixTypeInfo.IsRuDouble(System.String)"> <summary>Determines whether [is RU double] [the specified name].</summary> <param name="name">The name of type.</param> <returns>True if the type is RuDouble.</returns> </member> <member name="M:Tix.Runtime.TixTypeInfo.IsRuDoubleBase(System.String)"> <summary>Determines whether [is RU double base] [the specified name].</summary> <param name="name">The name of type.</param> <returns>True if the type is RuDoubleBase.</returns> </member> <member name="M:Tix.Runtime.TixTypeInfo.CreateHierarchy(System.Type,System.Type)"> <summary>Creates the hierarchy.</summary> <param name="startingType">The starting type.</param> <param name="endingType">The ending type.</param> <returns>List with class hierarchy objects.</returns> </member> <member name="M:Tix.Runtime.TixTypeInfo.InitializeTixType(System.Type)"> <summary>Initializes the type of the tips.</summary> <param name="type">The type.</param> </member> <member name="M:Tix.Runtime.TixTypeInfo.GetSerializedString"> <summary>Gets the serialized string.</summary> <returns>String with serialized tips type.</returns> </member> <member name="M:Tix.Runtime.TixTypeInfo.ToString"> <summary>Returns a <see cref="T:System.String" /> that represents this instance.</summary> <returns>A <see cref="T:System.String" /> that represents this instance.</returns> </member> <member name="M:Tix.Runtime.TixTypeInfo.ConvertFromTypeNameToCodeName(System.String,System.Collections.Generic.List{Tix.Runtime.TixTypeInfo})"> <summary>Converts the name of from type name to code.</summary> <param name="typeName">Name of the type.</param> <param name="genericParameters">The generic parameter.</param> <returns>Return code name from name and generic parameter</returns> </member> <member name="T:Tix.Runtime.TupleList`2"> <summary> A list of tuples </summary> <typeparam name="T1">Type of the tuple parameter 1</typeparam> <typeparam name="T2">Type of the tuple parameter 2</typeparam> </member> <member name="M:Tix.Runtime.TupleList`2.Add(`0,`1)"> <summary> Add a new tuple. </summary> <param name="item">The first tuple item.</param> <param name="item2">The second tuple item.</param> </member> <member name="T:Tix.Runtime.TupleList`3"> <summary> A list of tuples </summary> <typeparam name="T1">Type of the tuple parameter 1</typeparam> <typeparam name="T2">Type of the tuple parameter 2</typeparam> <typeparam name="T3">Type of the tuple parameter 3</typeparam> </member> <member name="M:Tix.Runtime.TupleList`3.Add(`0,`1,`2)"> <summary> Add a new tuple. </summary> <param name="item">The first tuple item.</param> <param name="item2">The second tuple item.</param> <param name="item3">The third tuple item.</param> </member> <member name="T:Tix.Runtime.TupleList`4"> <summary> A list of tuples </summary> <typeparam name="T1">Type of the tuple parameter 1</typeparam> <typeparam name="T2">Type of the tuple parameter 2</typeparam> <typeparam name="T3">Type of the tuple parameter 3</typeparam> <typeparam name="T4">Type of the tuple parameter 4</typeparam> </member> <member name="M:Tix.Runtime.TupleList`4.Add(`0,`1,`2,`3)"> <summary> Add a new tuple. </summary> <param name="item">The first tuple item.</param> <param name="item2">The second tuple item.</param> <param name="item3">The third tuple item.</param> <param name="item4">The fourth tuple item.</param> </member> <member name="T:Tix.Runtime.TupleList`5"> <summary> A list of tuples </summary> <typeparam name="T1">Type of the tuple parameter 1</typeparam> <typeparam name="T2">Type of the tuple parameter 2</typeparam> <typeparam name="T3">Type of the tuple parameter 3</typeparam> <typeparam name="T4">Type of the tuple parameter 4</typeparam> <typeparam name="T5">Type of the tuple parameter 5</typeparam> </member> <member name="M:Tix.Runtime.TupleList`5.Add(`0,`1,`2,`3,`4)"> <summary> Add a new tuple. </summary> <param name="item">The first tuple item.</param> <param name="item2">The second tuple item.</param> <param name="item3">The third tuple item.</param> <param name="item4">The fourth tuple item.</param> <param name="item5">The fifth tuple item.</param> </member> <member name="T:Tix.Runtime.TupleList`6"> <summary> A list of tuples </summary> <typeparam name="T1">Type of the tuple parameter 1</typeparam> <typeparam name="T2">Type of the tuple parameter 2</typeparam> <typeparam name="T3">Type of the tuple parameter 3</typeparam> <typeparam name="T4">Type of the tuple parameter 4</typeparam> <typeparam name="T5">Type of the tuple parameter 5</typeparam> <typeparam name="T6">Type of the tuple parameter 6</typeparam> </member> <member name="M:Tix.Runtime.TupleList`6.Add(`0,`1,`2,`3,`4,`5)"> <summary> Add a new tuple. </summary> <param name="item">The first tuple item.</param> <param name="item2">The second tuple item.</param> <param name="item3">The third tuple item.</param> <param name="item4">The fourth tuple item.</param> <param name="item5">The fifth tuple item.</param> <param name="item6">The sixth tuple item.</param> </member> <member name="T:Tix.Runtime.TupleList`7"> <summary> A list of tuples </summary> <typeparam name="T1">Type of the tuple parameter 1</typeparam> <typeparam name="T2">Type of the tuple parameter 2</typeparam> <typeparam name="T3">Type of the tuple parameter 3</typeparam> <typeparam name="T4">Type of the tuple parameter 4</typeparam> <typeparam name="T5">Type of the tuple parameter 5</typeparam> <typeparam name="T6">Type of the tuple parameter 6</typeparam> <typeparam name="T7">Type of the tuple parameter 7</typeparam> </member> <member name="M:Tix.Runtime.TupleList`7.Add(`0,`1,`2,`3,`4,`5,`6)"> <summary> Add a new tuple. </summary> <param name="item">The first tuple item.</param> <param name="item2">The second tuple item.</param> <param name="item3">The third tuple item.</param> <param name="item4">The fourth tuple item.</param> <param name="item5">The fifth tuple item.</param> <param name="item6">The sixth tuple item.</param> <param name="item7">The seventh tuple item.</param> </member> <member name="T:Tix.Runtime.ServiceOutputs.UserInformation"> <summary> The user information. Types that end on "Information" will get a generated proxy even when in Tix.Runtime </summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.UserCode"> <summary> Gets or sets the user code (= Name from UserBase) </summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.UserName"> <summary> Gets or sets the friendly name of the user. </summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.Language"> <summary> Gets or sets the language. </summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.Groups"> <summary> Gets or sets the user groups. </summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.UnitSystemCode"> <summary> Gets or sets the unit system code. </summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.OutDateFormat"> <summary>Gets or sets the out date format.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.OutDateMinutesFormat"> <summary>Gets or sets the out date minutes format.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.OutDateHoursFormat"> <summary>Gets or sets the out date hours format.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.OutDateDaysFormat"> <summary>Gets or sets the out date days format.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.OutDateMonthsFormat"> <summary>Gets or sets the out date months format.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.OutDateYearsFormat"> <summary>Gets or sets the out date years format.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.OutDateOnlyYearsFormat"> <summary>Gets or sets the out date only years format.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.InDateFormats"> <summary>Gets or sets the in date formats.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.OutTimeFormat"> <summary>Gets or sets the out time format.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.InTimeFormats"> <summary>Gets or sets the in time formats.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.TimeZone"> <summary>Gets or sets the time zone.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.Locale"> <summary>Gets or sets the time zone.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.OutTimeFormatWithSeconds"> <summary>Gets or sets the out time format with seconds.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.IsCompositeContainerEditAllowed"> <summary>Gets or sets a value indicating whether the composite container edit is allowed for the user.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.IsCompositeContainerAddAllowed"> <summary> Gets or sets a value indicating whether this instance is composite container add allowed. </summary> <value> <c>true</c> if this instance is composite container add allowed; otherwise, <c>false</c>. </value> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.IsCompositeContainerDeleteAllowed"> <summary> Gets or sets a value indicating whether this instance is composite container delete allowed. </summary> <value> <c>true</c> if this instance is composite container delete allowed; otherwise, <c>false</c>. </value> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.IsCompositeContainerLayoutChangeAllowed"> <summary> Gets or sets a value indicating whether this instance is composite container layout change allowed. </summary> <value> <c>true</c> if this instance is composite container layout change allowed; otherwise, <c>false</c>. </value> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.IsCompositeContainerAddPagesAllowed"> <summary>Gets or sets a value indicating whether the composite container add pages is allowed for the user.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.IsCompositeContainerDeletePagesAllowed"> <summary>Gets or sets a value indicating whether the composite container delete pages is allowed for the user.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.DocumentPathsParaGroup"> <summary>Gets or sets the paragroup name with document paths.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.OutMoneyPositiveFormat"> <summary>Gets or sets the out money positive format.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.OutMoneyNegativeFormat"> <summary>Gets or sets the out money negative format.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.OutMoneyPositivePrecisionFormat"> <summary>Gets or sets the out money positive precision format.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.OutMoneyNegativePrecisionFormat"> <summary>Gets or sets the out money negative precision format.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.ThemeName"> <summary>Gets or sets the name of the user's selected theme.</summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.FirstDayOfWeek"> <summary> Gets or sets a value indicating whether gets or sets a value indicating first day of week. </summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.Email"> <summary> gets or sets a value indicating email. </summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.MyProfileThemeEnable"> <summary> Gets or sets a value indicating whether myprofile theme hide or show. </summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.MyProfileSettingEnable"> <summary> Gets or sets a value indicating whether myprofile go to setting hide or show. </summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UserInformation.IsInPageEditAllowed"> <summary> Gets or sets a value indicating whether in page edit is allowed </summary> </member> <member name="T:Tix.Runtime.ServiceOutputs.UtcDbInformation"> <summary> The utc db information Types that end on "Information" will get a generated proxy even when in Tix.Runtime </summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UtcDbInformation.IsDatabaseInUtc"> <summary> Gets or sets a value indicating whether data base is utc </summary> </member> <member name="P:Tix.Runtime.ServiceOutputs.UtcDbInformation.IsDatabaseUtcMismatch"> <summary> Gets or sets a value indicating whether UTC_DB application setting is set differently from systemData </summary> </member> <member name="T:Tix.Runtime.Utilities.AssemblyEnumerator"> <summary>The assembly mapper.</summary> </member> <member name="F:Tix.Runtime.Utilities.AssemblyEnumerator.Logger"> <summary>The logger.</summary> </member> <member name="M:Tix.Runtime.Utilities.AssemblyEnumerator.GetMatchingAssemblies(System.String[])"> <summary>Gets a list of assemblies in the directories from <see cref="T:Tix.Runtime.Utilities.AssemblySearchPath"/> that match the given pattern.</summary> <param name="patterns">The assembly file name pattern.</param> <returns>A list of assemblies that match the give pattern.</returns> </member> <member name="M:Tix.Runtime.Utilities.AssemblyEnumerator.IsAlreadyLoaded(System.String)"> <summary>The is already loaded.</summary> <param name="fileName">The file name.</param> <returns>The <see cref="T:System.Reflection.Assembly"/>.</returns> </member> <member name="M:Tix.Runtime.Utilities.AssemblyEnumerator.GetCodeBase(System.Reflection.Assembly)"> <summary>The get code base.</summary> <param name="loadedAssembly">The loaded assembly.</param> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="M:Tix.Runtime.Utilities.AssemblyEnumerator.SafeLoadAssemblyByName(System.String)"> <summary>The safe load assembly.</summary> <param name="fileName">The file name.</param> <returns>The <see cref="T:System.Reflection.Assembly"/>.</returns> </member> <member name="T:Tix.Runtime.Utilities.AssemblySearchPath"> <summary> The search path. Currently application base dir, search path and TEST directory for the configuration. </summary> </member> <member name="F:Tix.Runtime.Utilities.AssemblySearchPath.SearchPaths"> <summary>The search paths for the debug configuration.</summary> </member> <member name="F:Tix.Runtime.Utilities.AssemblySearchPath.ExistingSearchPaths"> <summary> The existing search paths </summary> </member> <member name="P:Tix.Runtime.Utilities.AssemblySearchPath.Names"> <summary>Gets the directory names.</summary> </member> <member name="M:Tix.Runtime.Utilities.AssemblySearchPath.TryToResolve(System.String,System.String@)"> <summary> Tries to resolve the filename pattern in the search path. </summary> <param name="filenamePattern">The filename pattern.</param> <param name="resolvedFilename">The resolved filename.</param> <returns>True, if found; false otherwise.</returns> </member> <member name="M:Tix.Runtime.Utilities.AssemblySearchPath.EnumerateFileSystemEntries(System.String)"> <summary> Enumerates the file system entries. </summary> <param name="pattern">The pattern.</param> <returns>An enumerable of file names that match the search pattern.</returns> </member> <member name="T:Tix.Runtime.Utilities.IActivator"> <summary>TIX Activator interface.</summary> </member> <member name="M:Tix.Runtime.Utilities.IActivator.CreateSingleInstanceFromAssembly``1(System.String,System.Boolean)"> <summary>Creates the instance from assembly.</summary> <typeparam name="T">Type of instance</typeparam> <param name="assemblyName">Name of the assembly.</param> <param name="isPartialName">if set to <c>true</c> [is partial name].</param> <returns>Return instance of type T from assembly.</returns> </member> <member name="M:Tix.Runtime.Utilities.IActivator.TryCreateSingleInstanceFromAssembly``1(System.String,System.Boolean,``0@)"> <summary>Tries the create single instance from assembly.</summary> <typeparam name="T">Type of instance</typeparam> <param name="assemblyName">Name of the assembly.</param> <param name="isPartialName">if set to <c>true</c> [is partial name].</param> <param name="instance">The instance of type T from assembly.</param> <returns>Return instance of type T from assembly.</returns> <exception cref="T:System.IO.FileNotFoundException">Cannot load assembly.</exception> </member> <member name="T:Tix.Runtime.Utilities.LogFileCleaner"> <summary> The log file cleaner. </summary> </member> <member name="M:Tix.Runtime.Utilities.LogFileCleaner.DeleteOldLogFiles"> <summary> Deletes old log files </summary> </member> <member name="M:Tix.Runtime.Utilities.LogFileCleaner.DeleteFilesForAppender(log4net.Appender.RollingFileAppender)"> <summary> Deletes the log file for a rolling file appender. </summary> <param name="rfa">The rolling file appender.</param> </member> <member name="T:Tix.Runtime.Utilities.StringBuilderCache"> <summary> Caches string builder instances (per thread one instance) </summary> </member> <member name="F:Tix.Runtime.Utilities.StringBuilderCache.cachedInstance"> <summary>The thread static storage for the instances</summary> </member> <member name="M:Tix.Runtime.Utilities.StringBuilderCache.Acquire(System.Int32)"> <summary> Acquires one instance of the cached string builders. </summary> <param name="capacity">The initial capacity of the string builder (if created newly).</param> <returns>A string builder instance.</returns> </member> <member name="M:Tix.Runtime.Utilities.StringBuilderCache.Release(System.Text.StringBuilder)"> <summary> Gives a string builder instance back to the cache. </summary> <param name="sb">The string builder to return to the system.</param> </member> <member name="M:Tix.Runtime.Utilities.StringBuilderCache.GetStringAndRelease(System.Text.StringBuilder)"> <summary> Gets the string of the StringBuilder instance and releases it to the cache. </summary> <param name="sb">The string builder to return to the system.</param> <returns>The content of the string builder.</returns> </member> <member name="T:Tix.Runtime.Utilities.StringExtensions"> <summary>The extensions.</summary> </member> <member name="M:Tix.Runtime.Utilities.StringExtensions.ToJsonCamelCase(System.String)"> <summary>Converts the name to camel case similar to JSON.NET library</summary> <param name="s">The string.</param> <returns>The converted string.</returns> </member> <member name="M:Tix.Runtime.Utilities.StringExtensions.ToUpperCamelCase(System.String)"> <summary>Converts the name to camel case similar to JSON.NET library</summary> <param name="s">The string.</param> <returns>The converted string.</returns> </member> <member name="T:Tix.Runtime.Utilities.TixActivator"> <summary>TIX Activator.</summary> </member> <member name="M:Tix.Runtime.Utilities.TixActivator.CreateSingleInstanceFromAssembly``1(System.String,System.Boolean)"> <inheritdoc /> </member> <member name="M:Tix.Runtime.Utilities.TixActivator.TryCreateSingleInstanceFromAssembly``1(System.String,System.Boolean,``0@)"> <inheritdoc /> </member> <member name="T:Tix.Runtime.Utilities.TixAssemblyResolver"> <summary> Resolves missing TE assemblies. It looks in the build paths in a defined order, so it takes the assembly first from the user's work area, the team area and last from the release's current version that was delivered in a patch. </summary> <remarks> The resolver needs to be attached to the system using the Add method. </remarks> </member> <member name="F:Tix.Runtime.Utilities.TixAssemblyResolver.PathSplitSeparator"> <summary> The list of separator characters that are used to split the environment variables and the paths within one environment variable value. </summary> </member> <member name="F:Tix.Runtime.Utilities.TixAssemblyResolver.AllPaths"> <summary> The list that contains all expanded search paths. It is populated once at the first assembly resolve, and it remembers the paths for all subsequent calls. </summary> </member> <member name="M:Tix.Runtime.Utilities.TixAssemblyResolver.Add"> <summary> Registers the assembly resolver with the system, so it is used for resolving all assembly loads where the .NET assembly loader cannot find the assembly in the default load paths. </summary> </member> <member name="M:Tix.Runtime.Utilities.TixAssemblyResolver.Remove"> <summary> Removes the assembly resolver from the system. It is not used for further assembly resolves. </summary> </member> <member name="M:Tix.Runtime.Utilities.TixAssemblyResolver.ResolveAssembly(System.String,System.Boolean)"> <summary> Resolves the assembly. </summary> <param name="assemblyName">Name of the assembly.</param> <param name="isPartialName">if set to <c>true</c> [is partial name].</param> <returns>The assembly if found.</returns> </member> <member name="M:Tix.Runtime.Utilities.TixAssemblyResolver.IsLowerNameKnownThirdPartyDll(System.String)"> <summary>Determines whether the given filename (in lower case) is a known third party DLL based on the list of known DLLs.</summary> <param name="lowerName">The file name (in lower case).</param> <returns><c>True</c> if it is a third party DLL; <c>false</c> otherwise.</returns> </member> <member name="M:Tix.Runtime.Utilities.TixAssemblyResolver.IsFullNameKnownThirdPartyDll(System.String)"> <summary>Determines whether the given filename is a known third party DLL based on the list of known DLLs.</summary> <param name="fullname">The full name of the DLL.</param> <returns><c>True</c> if it is a third party DLL; <c>false</c> otherwise.</returns> </member> <member name="M:Tix.Runtime.Utilities.TixAssemblyResolver.GetAssemblyLocations"> <summary> Generates a sequence of search locations where referenced assemblies may be stored. </summary> <returns>The list of paths.</returns> </member> <member name="M:Tix.Runtime.Utilities.TixAssemblyResolver.AssemblyResolve(System.Object,System.ResolveEventArgs)"> <summary> The AssemblyResolve handler must be attached to the app domain as soon as possible before many dependent assemblies are searched. The purpose is to implement the different search locations based on the defined environment variables. Be careful: an assembly might be loaded even if the AssemblyVersion does not match the referenced version and errors might occur later in program runtime. Maybe we need to do a little fine tuning later but first we need to fine out how the system should behave best. </summary> <param name="sender">Sender of the event.</param> <param name="args">The assembly resolve information giving information from the assembly reference.</param> <returns> An assembly if resolution is successful. Otherwise null so .NET runtime will give an exception because of not found reference. </returns> </member> <member name="M:Tix.Runtime.Utilities.TixAssemblyResolver.ReportAssemblyLoadFailure(System.String)"> <summary> Outputs advanced information on why an assembly load failed. </summary> <param name="assemblyName">The name of the assembly that failed to load.</param> </member> <member name="M:Tix.Runtime.Utilities.TixAssemblyResolver.Log(System.String)"> <summary> Logs a given message to the Console as long as the service interfaces are not initialized. Afterwards logs to the ILogger. </summary> <param name="message">the message to be logged.</param> </member> <member name="M:Tix.Runtime.Utilities.TixAssemblyResolver.LogError(System.String)"> <summary> Logs a given message to the Console as long as the service interfaces are not initialized. Afterwards logs to the ILogger. </summary> <param name="message">the message to be logged.</param> </member> <member name="M:Tix.Runtime.Utilities.TixAssemblyResolver.LoadAssemblySafe(System.String)"> <summary> Tries to load a given assembly. If unsuccessful a log message is written and null returned. All exceptions are caught because the ordinary exception handling for not found assemblies in the .NET runtime should be used in this case. </summary> <param name="fileName">The file name for the assembly to be loaded.</param> <returns>An assembly if successful. null otherwise.</returns> </member> <member name="M:Tix.Runtime.Utilities.TixAssemblyResolver.InitializeSearchPath(System.String)"> <summary> Initializes the allPaths list with the path of the assembly that started the application and all paths coming from environment variables. </summary> <param name="environmentVariables">A colon separated list of environment variables, that should be part of the search pathes.</param> </member> <member name="M:Tix.Runtime.Utilities.TixAssemblyResolver.GetMultiEnvironmentVariable(System.String,System.Collections.Generic.List{System.String})"> <summary> Expands a colon separated list of environment variables. It also expands each environment variable value so each can contain a colon separated list of paths. It returns the complete list of all paths. </summary> <param name="allEnvironments">A list of environment variables, that are expanded to single paths. The list is separated by ;</param> <param name="allPaths">The paths that are found are appended to this list.</param> </member> <member name="M:Tix.Runtime.Utilities.TixAssemblyResolver.SplitBySeparator(System.String)"> <summary> Splits a string using a separator character. This method removes empty entries. </summary> <param name="textToSplit">The text that should be split by the separator character.</param> <returns>An array of strings, each entry containing a part of the original text.</returns> </member> <member name="T:Tix.Runtime.Utilities.Log4NetUtils"> <summary> The Log4NetUtils class provides initialization methods for using Log4Net. </summary> </member> <member name="F:Tix.Runtime.Utilities.Log4NetUtils.loggerInitialized"> <summary> Indicates if Log4Net is initialized. </summary> </member> <member name="M:Tix.Runtime.Utilities.Log4NetUtils.InitLog4Net"> <summary> Initializes the log4 net. </summary> </member> <member name="M:Tix.Runtime.Utilities.Log4NetUtils.GetFileInfo"> <summary> Reads the log file. </summary> <returns> The found string array. </returns> </member> <member name="T:Tix.Runtime.Utilities.WebSettings"> <summary> Allows access to system settings (done in web.config). </summary> </member> <member name="F:Tix.Runtime.Utilities.WebSettings.isTranslationEnabled"> <summary> The is translation enabled </summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.IsTranslationEnabled"> <summary> Gets a value indicating whether the translation is enabled. </summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.DelayLoadTipsRuntime"> <summary>Gets a value indicating whether delay load tips runtime.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.UseCoreWorkflowMode"> <summary>Gets a value indicating whether to use core workflow mode.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.LoggerConfigurationFile"> <summary>Gets the logger configuration file.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.LogFileCleanupAfterDays"> <summary>Gets the number of days after which the log files should be cleaned up.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.QmapServiceTimeout"> <summary>Gets custom service timeout duration.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.GetProcessDumps"> <summary>Gets the process dumps from ProcDump.exe.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.ApplicationGroupCode"> <summary>Gets the application group code</summary> </member> <member name="M:Tix.Runtime.Utilities.WebSettings.ReadSetting(System.String)"> <summary> Reads the setting. </summary> <param name="settingName">Name of the setting.</param> <returns>The setting, either from the tips section or from "normal legacy" app settings.</returns> </member> <member name="M:Tix.Runtime.Utilities.WebSettings.ReadSetting(System.String,System.String)"> <summary> Reads the setting. </summary> <param name="newSettingName">Name of the setting.</param> <param name="oldSettingName">Previous name of the setting.</param> <returns>The setting, either from the tips section or from "normal legacy" app settings.</returns> </member> <member name="M:Tix.Runtime.Utilities.WebSettings.ReadIntSetting(System.String,System.Int32)"> <summary> Reads a boolean setting. </summary> <param name="settingName">Name of the setting.</param> <param name="defaultValue">The default value.</param> <returns> The setting (or the default value if the setting is missing or cannot be parsed). </returns> </member> <member name="M:Tix.Runtime.Utilities.WebSettings.ReadBooleanSetting(System.String,System.Boolean)"> <summary> Reads a boolean setting. </summary> <param name="settingName">Name of the setting.</param> <param name="defaultValue">The default value.</param> <returns> The setting (or the default value if the setting is missing or cannot be parsed). </returns> </member> <member name="M:Tix.Runtime.Utilities.WebSettings.ReadBooleanSetting(System.String,System.String,System.Boolean)"> <summary> Reads a boolean setting. </summary> <param name="newSettingName">Name of the setting.</param> <param name="oldSettingName">Previous Name of the setting.</param> <param name="defaultValue">The default value.</param> <returns> The setting (or the default value if the setting is missing or cannot be parsed). </returns> </member> <member name="T:Tix.Runtime.Utilities.WebSettings.Sales"> <summary>The sales settings.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Sales.TipsSalesUserName"> <summary>Gets the name of the tips sales database user.</summary> </member> <member name="T:Tix.Runtime.Utilities.WebSettings.Tips"> <summary>The tips interop settings.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Tips.Runtime"> <summary>Gets the runtime.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Tips.Path"> <summary>Gets the path.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Tips.PreloadTipsModules"> <summary>Gets the preload tips modules.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Tips.TipsRuntime"> <summary>Gets the tips runtime.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Tips.CustomerCode"> <summary>Gets the customer code.</summary> </member> <member name="M:Tix.Runtime.Utilities.WebSettings.Tips.GetVDirPath(System.String)"> <summary>Gets the path setting for the given virtual directory.</summary> <param name="vdirName">The virtual directory name.</param> <returns>The path setting for the given virtual directory.</returns> </member> <member name="T:Tix.Runtime.Utilities.WebSettings.Login"> <summary>Settings for the login.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Login.AuthenticationKey"> <summary>Gets the authentication key for the login.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Login.AuthenticationValidDays"> <summary>Gets the authentication valid days for the login.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Login.AuthenticationWorkstationValidDays"> <summary>Gets the authentication workstation valid days for the login.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Login.IdentityServerCookieName"> <summary>Gets the name of the identity server cookie.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Login.IdentityServerUrl"> <summary>Gets the identity server URL. If null, it will not be used</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Login.IdentityServerClientId"> <summary>Gets the identity server URL. If null, it will not be used</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Login.AutoCreateWindowsUser"> <summary> Gets a value indicating whether users from windows authentication will be automatically created. This also needs the setting "Ldap.FetchDetails" </summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Login.AutoCreateLdapFetchDetails"> <summary>Gets a value with the ldap string for Login.AutoCreateWindowsUser</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Login.ShowLogout"> <summary>Gets a value indicating whether we should show the "logout" entry in the ui5 menu</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Login.ShowForgotPassword"> <summary>Gets a value indicating whether to show/hide forgot password link.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Login.MailFrom"> <summary>Gets a Smtp Mail From value.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Login.SmtpHostName"> <summary>Gets a SmtpHostName.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Login.SmtpClientPassword"> <summary>Gets a SmtpClientPassword.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Login.SmtpClientUserName"> <summary>Gets a SmtpClientUsername</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Login.SmtpPort"> <summary> Gets smtp port from web config </summary> </member> <member name="T:Tix.Runtime.Utilities.WebSettings.Caching"> <summary> Settings for caching. </summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Caching.DelayLoad"> <summary>Gets a value indicating whether delay load tips runtime.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Caching.PrepareWorkflowsFilter"> <summary>Gets a value indicating whether delay load tips runtime.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Caching.PreloadLanguages"> <summary>Gets the languages to preload</summary> </member> <member name="T:Tix.Runtime.Utilities.WebSettings.UI5"> <summary> The UI5 settings </summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.UI5.OverrideServicesUrl"> <summary>Gets or sets the override services URL. Should be used only in testing!</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.UI5.ServicesUrl"> <summary>Gets the services URL.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.UI5.ShowErrorDialogDetails"> <summary>Gets a value indicating whether error dialogs should offer to show details.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.UI5.ShowInfoDialogDetails"> <summary>Gets a value indicating whether info dialogs should offer to show details.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.UI5.ShowWarningDialogDetails"> <summary>Gets a value indicating whether warning dialogs should offer to show details.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.UI5.CompositionContainerAssemblyFilePattern"> <summary>Gets the pattern(s) used to find assemblies, multiple patterns can be separated by , or ;</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.UI5.DisableCshtmlCacheInDebugger"> <summary>Gets a value indicating whether disable cshtml cache in debugger.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.UI5.EnableIntegratedModeDebugging"> <summary>Gets a value indicating whether we need a debug session for the integrated mode.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.UI5.ApplicationGroupCode"> <summary>Gets the application group code.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.UI5.UserProfileEnable"> <summary>Gets a value indicating whether to use my profile page.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.UI5.SlimUserProfile"> <summary>Gets a value indicating whether to use profile fields.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.UI5.AdministratorGroups"> <summary>Gets a value indicating whether to enable/disable edit mode of user data screen.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.UI5.AuthenticationSessionTokenLifetime"> <summary>Gets the life time in hours for a session token that can be used as an alternative authentication mechanism.</summary> </member> <member name="T:Tix.Runtime.Utilities.WebSettings.Database"> <summary> Settings for database access </summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Database.DefaultProviderName"> <summary>Gets the default provider name.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Database.ConnectionString"> <summary>Gets the database connection string. If it is set, this will be used together with the default provider name to connect.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Database.SelectedConnectionString"> <summary> Gets the selected connection string. This is only a pointer to an entry in the "connectionString" section of the config file. </summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Database.TnsAdmin"> <summary>Gets the TNS_ADMIN setting. If set, it will set the TNS_ADMIN environment variable</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Database.NlsLang"> <summary>Gets the NLS_LANG setting. If set, the language will be used for the oracle client session</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Database.OpenConnectionDiagnostics"> <summary>Gets a value indicating whether delay load tips runtime.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Database.ContextDiagnostics"> <summary>Gets a value indicating whether delay load tips runtime.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Database.DisableSqlServerAutomigration"> <summary>Gets a value indicating whether delay load tips runtime.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Database.ViewCacheEnabled"> <summary>Gets a value indicating whether to use the EF view cache.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Database.ViewCachePath"> <summary>Gets the path for storing view cache files.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Database.ModelCacheEnabled"> <summary>Gets a value indicating whether to use the EF model cache.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Database.IsInStandbyMode"> <summary>Gets a value indicating whether to simulate the standby mode.</summary> </member> <member name="M:Tix.Runtime.Utilities.WebSettings.Database.SetSelectedConnectionString(System.String)"> <summary>Sets the selected connection string.</summary> <param name="connectionString">The connection string.</param> </member> <member name="M:Tix.Runtime.Utilities.WebSettings.Database.GetConnectionString(System.String)"> <summary>Gets the connection string.</summary> <param name="connectionName">Name of the connection.</param> <returns>The connection string.</returns> </member> <member name="M:Tix.Runtime.Utilities.WebSettings.Database.GetAllConnectionStringName"> <summary> Gets the names of all connection strings. </summary> <returns>Names of all connection strings.</returns> </member> <member name="M:Tix.Runtime.Utilities.WebSettings.Database.GetConnectionStringsFromConfigurationManager(System.Configuration.ConnectionStringSettingsCollection)"> <summary>Gets the names of all connection strings from ConnectionStringSettingsCollection.</summary> <param name="connectionStrings">ConnectionStringSettingsCollection</param> <returns>List of connection string from ConnectionStringSettingsCollection</returns> </member> <member name="T:Tix.Runtime.Utilities.WebSettings.Reporting"> <summary>>Settings for reporting.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Reporting.ReportGroupFilter"> <summary>Gets the report group filter.</summary> </member> <member name="T:Tix.Runtime.Utilities.WebSettings.Messaging"> <summary>Settings for TixMQ</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Messaging.RabbitMqConnectionString"> <summary>Gets the rabbit mq connection string.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Messaging.RabbitMqConsumeConnectionString"> <summary>Gets the rabbit mq connection string for receiving messages.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Messaging.DisableBatchInsert"> <summary> Gets a value indicating whether inserting the messages/sender queue entries via batch is disabled. This is only provided to be able to switch back to old handling in case of issues. </summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Messaging.DisabledReceivers"> <summary>Gets the disabled receivers.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Messaging.MaxReceiverRetryCount"> <summary>Gets the maximum receiver retry count.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Messaging.MaxSenderRetryCount"> <summary>Gets the maximum sender retry count.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Messaging.DaysToKeepMessagesOnDatabase"> <summary>Gets the number of days how long messages will be kept on database. Older messages will be deleted on startup.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Messaging.UseNackForReceiverStorageErrors"> <summary>Gets a value indicating whether to use "NACK" to RabbitMQ in case the message cannot be saved to the database.</summary> </member> <member name="M:Tix.Runtime.Utilities.WebSettings.Messaging.GetQueueHeaderFilter(System.String)"> <summary>Gets the queue header filter.</summary> <param name="queueName">Name of the queue.</param> <returns>The header filters if there are any for the queue.</returns> </member> <member name="T:Tix.Runtime.Utilities.WebSettings.Services"> <summary>Settings for service level</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Services.DisableStackTrace"> <summary>Gets a value indicating whether stack traces in error messages are disabled.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Services.CookiePrefix"> <summary>Gets the cookie prefix.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Services.SendTimeOut"> <summary>Gets sendTimeOut</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Services.OpenTimeout"> <summary>Gets OpenTimeout</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Services.FlattenRuDoublesInWsdl"> <summary> Gets a value indicating whether RuDouble types are "flattened" (no base class) in the wsdl definition again -> This prevents using RuDoubles as types in C# when importing. We need this for emergency backwards compatibility </summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.Services.DisableBatchFieldSerialization"> <summary> gets a value indicating whether the batch field serialization support is disabled</summary> </member> <member name="T:Tix.Runtime.Utilities.WebSettings.LdapAuthentication"> <summary> Settings for ldap authentication </summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.LdapAuthentication.DisableLocally"> <summary>Gets a value indicating whether LDAP credential check is disabled for this application instance.</summary> </member> <member name="P:Tix.Runtime.Utilities.WebSettings.LdapAuthentication.ConnectionString"> <summary>Gets the ldap connection string.</summary> </member> <member name="T:Tix.Runtime.Utilities.TypeUtility"> <summary>The type utility static class.</summary> </member> <member name="F:Tix.Runtime.Utilities.TypeUtility.RegexTypeAssemblyNamePublicKeyToken"> <summary>The regular expression for finding type - $1, assembly name - $2, and finally PublicKeyToken=$3 in the type assembly qualified name. Serves filtering out assembly version and language, but keeping public key token.</summary> </member> <member name="F:Tix.Runtime.Utilities.TypeUtility.RegexTypeAssemblyName"> <summary>The regular expression for finding type - $1, assembly name - $2. Serves for filtering out assembly version, language and public key token.</summary> </member> <member name="M:Tix.Runtime.Utilities.TypeUtility.FilterTypeAssemblyName(System.String)"> <summary>Filters out the name of the type assembly version, language and public key token.</summary> <param name="typeAssemblyQualifiedName">The type assembly qualified name string.</param> <returns>The filtered type name, which consists just from type name, assembly name.</returns> </member> <member name="M:Tix.Runtime.Utilities.TypeUtility.FilterTypeAssemblyNamePublicKeyToken(System.String)"> <summary>Filters out the name of the type assembly version, language and public key token.</summary> <param name="typeAssemblyQualifiedName">The type assembly qualified name string.</param> <returns>The filtered type name, which consists just from type name, assembly name.</returns> </member> <member name="M:Tix.Runtime.Utilities.TypeUtility.GetPropertyValue(System.Object,System.Collections.Generic.IEnumerable{System.String})"> <summary> Gets the property value from the source object by traversing the given property path. </summary> <param name="source">The source object.</param> <param name="propertyPathParts">The property path parts.</param> <returns> The property value. </returns> </member> <member name="T:Tix.Runtime.Configuration.TipsSection"> <summary>The section.</summary> </member> <member name="F:Tix.Runtime.Configuration.TipsSection.SyncRoot"> <summary>The sync root.</summary> </member> <member name="F:Tix.Runtime.Configuration.TipsSection.Logger"> <summary>The logger.</summary> </member> <member name="F:Tix.Runtime.Configuration.TipsSection.instance"> <summary>The instance.</summary> </member> <member name="M:Tix.Runtime.Configuration.TipsSection.#ctor"> <summary>Prevents a default instance of the <see cref="T:Tix.Runtime.Configuration.TipsSection"/> class from being created.</summary> </member> <member name="P:Tix.Runtime.Configuration.TipsSection.Instance"> <summary>Gets the instance.</summary> </member> <member name="P:Tix.Runtime.Configuration.TipsSection.AppSettings"> <summary>Gets the app settings.</summary> </member> <member name="P:Tix.Runtime.Configuration.TipsSection.ConnectionStrings"> <summary>Gets the connection strings.</summary> </member> <member name="M:Tix.Runtime.Configuration.TipsSection.ReadTipsWebConfigFile"> <summary>The get connection string from XML.</summary> </member> <member name="M:Tix.Runtime.Configuration.TipsSection.ReadConfig(System.String)"> <summary>Reads the configuration.</summary> <param name="path">The path to the XML file.</param> </member> <member name="T:Tix.Runtime.Configuration.TixEnvironmentSettings"> <summary> Gets all settings from environment variables that start with "tix::" </summary> </member> <member name="M:Tix.Runtime.Configuration.TixEnvironmentSettings.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.Configuration.TixEnvironmentSettings"/> class. </summary> </member> <member name="P:Tix.Runtime.Configuration.TixEnvironmentSettings.Instance"> <summary>Gets the one and only instance.</summary> </member> <member name="P:Tix.Runtime.Configuration.TixEnvironmentSettings.AppSettings"> <summary>Gets the application settings.</summary> </member> <member name="M:Tix.Runtime.Configuration.TixEnvironmentSettings.Initialize"> <summary> Initializes the settings from the environment variables. </summary> <returns>The settings.</returns> </member> <member name="T:Tix.Runtime.RequiredGroupAttribute"> <summary>The alternate required attribute.</summary> </member> <member name="F:Tix.Runtime.RequiredGroupAttribute.required"> <summary>The required.</summary> </member> <member name="M:Tix.Runtime.RequiredGroupAttribute.#ctor(System.Int32)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RequiredGroupAttribute"/> class.</summary> <param name="groupId">The group id.</param> </member> <member name="P:Tix.Runtime.RequiredGroupAttribute.GroupId"> <summary>Gets or sets the id.</summary> </member> <member name="P:Tix.Runtime.RequiredGroupAttribute.AlternateFieldEmpty"> <summary>Gets the alternate field empty.</summary> </member> <member name="P:Tix.Runtime.RequiredGroupAttribute.InvalidAlternateFieldCount"> <summary>Gets the invalid alternate field count.</summary> </member> <member name="M:Tix.Runtime.RequiredGroupAttribute.IsValid(System.Collections.Generic.IEnumerable{System.Object})"> <summary>The is valid.</summary> <param name="alternateValues">The alternate Values.</param> <returns>The <see cref="T:System.Boolean"/>.</returns> </member> <member name="M:Tix.Runtime.RequiredGroupAttribute.FormatErrorMessage(System.String,System.String)"> <summary>The format error message.</summary> <param name="errorMessage">The error message.</param> <param name="alternateFields">The alternate fields.</param> <returns>The <see cref="T:System.String"/>.</returns> </member> <member name="T:Tix.Runtime.ConversionManager"> <summary> Abstract implementation of the conversion manager. </summary> </member> <member name="P:Tix.Runtime.ConversionManager.StringFormatterImpl"> <summary> Gets the string formatter implementation. </summary> </member> <member name="P:Tix.Runtime.ConversionManager.ConversionRepository"> <summary> Gets the instance. </summary> <value>The instance.</value> <exception cref="T:System.InvalidOperationException">The Unit system conversion manager is not yet initialized!</exception> </member> <member name="M:Tix.Runtime.ConversionManager.SetConversionManagerImpl(Tix.Runtime.IConversionManagerRepository)"> <summary> Sets the conversion manager implementation. </summary> <param name="conversionManager">The conversion manager.</param> <exception cref="T:System.ArgumentNullException">The conversionManager parameter is null.</exception> </member> <member name="M:Tix.Runtime.ConversionManager.SetFormatManagerImpl(Tix.Runtime.IRuDoubleStringFormatter)"> <summary> Sets the format manager implementation. </summary> <param name="stringFormatter">The string formatter.</param> </member> <member name="M:Tix.Runtime.ConversionManager.Normalize(System.Nullable{System.Double},System.String)"> <summary> Normalizes the specified value. </summary> <param name="value">The value.</param> <param name="varCode">The variable code.</param> <returns>The normalized value.</returns> <exception cref="T:System.ArgumentNullException">The varCode parameter is null or empty</exception> </member> <member name="M:Tix.Runtime.ConversionManager.RoundToLeastPrecision(System.Double,System.String,System.String)"> <summary> Rounds the value to the least precision of the two given variables. </summary> <param name="value">The value that is rounded.</param> <param name="varCode1">The first variable.</param> <param name="varCode2">The second variable.</param> <returns>The rounded value.</returns> </member> <member name="M:Tix.Runtime.ConversionManager.ApplyNormalization(System.Double,System.Double,System.Nullable{System.Int32})"> <summary> Applies the normalization. </summary> <param name="originalValue">The original value.</param> <param name="kcoeff">The k-coefficient.</param> <param name="dataScale">The data scale.</param> <returns>The normalized value.</returns> </member> <member name="T:Tix.Runtime.CoreWeightDouble"> <summary> Contains additional operators for the <see cref="T:Tix.Runtime.CoreWeightDouble"/> class. </summary> <summary>The CoreWeight double value class (Varcode is COREWEIG).</summary> </member> <member name="M:Tix.Runtime.CoreWeightDouble.op_Addition(Tix.Runtime.CoreWeightDouble,Tix.Runtime.WeightDouble)"> <summary> +s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.op_Subtraction(Tix.Runtime.CoreWeightDouble,Tix.Runtime.WeightDouble)"> <summary> -s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.op_Addition(Tix.Runtime.WeightDouble,Tix.Runtime.CoreWeightDouble)"> <summary> +s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.op_Subtraction(Tix.Runtime.WeightDouble,Tix.Runtime.CoreWeightDouble)"> <summary> -s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.CoreWeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.CoreWeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.CoreWeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.CoreWeightDouble.#ctor(Tix.Runtime.CoreWeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.CoreWeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.CoreWeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.CoreWeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.CoreWeightDouble.op_Equality(Tix.Runtime.CoreWeightDouble,Tix.Runtime.CoreWeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.op_Inequality(Tix.Runtime.CoreWeightDouble,Tix.Runtime.CoreWeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.op_Addition(Tix.Runtime.CoreWeightDouble,Tix.Runtime.CoreWeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.op_Subtraction(Tix.Runtime.CoreWeightDouble,Tix.Runtime.CoreWeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.op_GreaterThan(Tix.Runtime.CoreWeightDouble,Tix.Runtime.CoreWeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.op_GreaterThanOrEqual(Tix.Runtime.CoreWeightDouble,Tix.Runtime.CoreWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.op_LessThan(Tix.Runtime.CoreWeightDouble,Tix.Runtime.CoreWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.op_LessThanOrEqual(Tix.Runtime.CoreWeightDouble,Tix.Runtime.CoreWeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.op_Multiply(Tix.Runtime.CoreWeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.op_Multiply(System.Double,Tix.Runtime.CoreWeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.op_Division(Tix.Runtime.CoreWeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.op_Division(Tix.Runtime.CoreWeightDouble,Tix.Runtime.CoreWeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.CoreWeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.CoreWeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.CoreWeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.CompareTo(Tix.Runtime.CoreWeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.CoreWeightDouble.IsEqual(Tix.Runtime.CoreWeightDouble,Tix.Runtime.CoreWeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.CoreWeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.CoreWeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.CoreWeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.RuDoubleRangeAttribute"> <summary>The ru double range attribute.</summary> </member> <member name="M:Tix.Runtime.RuDoubleRangeAttribute.#ctor(System.Double,System.Double)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RuDoubleRangeAttribute"/> class.</summary> <param name="minimum">The minimum.</param> <param name="maximum">The maximum.</param> </member> <member name="P:Tix.Runtime.RuDoubleRangeAttribute.Minimum"> <summary> Gets the minimum value for the range </summary> </member> <member name="P:Tix.Runtime.RuDoubleRangeAttribute.Maximum"> <summary> Gets the maximum value for the range </summary> </member> <member name="P:Tix.Runtime.RuDoubleRangeAttribute.OperandType"> <summary> Gets the type of the <see cref="P:Tix.Runtime.RuDoubleRangeAttribute.Minimum"/> and <see cref="P:Tix.Runtime.RuDoubleRangeAttribute.Maximum"/> values (e.g. Int32, Double, or some custom type) </summary> </member> <member name="M:Tix.Runtime.RuDoubleRangeAttribute.IsValid(System.Object)"> <summary> Returns true if the value falls between min and max, inclusive. </summary> <param name="value">The value to test for validity.</param> <returns><c>true</c> means the <paramref name="value"/> is valid</returns> <exception cref="T:System.InvalidOperationException"> is thrown if the current attribute is ill-formed.</exception> </member> <member name="M:Tix.Runtime.RuDoubleRangeAttribute.FormatErrorMessage(System.String)"> <summary> Override of <see cref="M:System.ComponentModel.DataAnnotations.ValidationAttribute.FormatErrorMessage(System.String)"/> </summary> <remarks>This override exists to provide a formatted message describing the minimum and maximum values</remarks> <param name="name">The user-visible name to include in the formatted message.</param> <returns>A localized string describing the minimum and maximum values</returns> <exception cref="T:System.InvalidOperationException"> is thrown if the current attribute is ill-formed.</exception> </member> <member name="T:Tix.Runtime.IConversionManagerRepository"> <summary> Implements of this interface provide the actual normalization code. </summary> </member> <member name="M:Tix.Runtime.IConversionManagerRepository.GetNormalizationData(System.String,System.Double@,System.Nullable{System.Int32}@)"> <summary> Gets the normalization data. </summary> <param name="varCode">The variable code.</param> <param name="kcoeff">The k-coefficient.</param> <param name="dataScale">The data scale.</param> </member> <member name="T:Tix.Runtime.IRuDoubleStringFormatter"> <summary>The <see cref="T:Tix.Runtime.RuDouble" /> string formatter.</summary> </member> <member name="M:Tix.Runtime.IRuDoubleStringFormatter.GetFormattedString(Tix.Runtime.RuDoubleBase)"> <summary>Gets the formatted string.</summary> <param name="value">The value.</param> <returns>The formatted string.</returns> </member> <member name="M:Tix.Runtime.IRuDoubleStringFormatter.GetFormattedString(Tix.Runtime.RuDoubleBase,System.Boolean)"> <summary>Gets the formatted string.</summary> <param name="value">The value.</param> <param name="showUnitSymbol">if set to <c>true</c> the unit symbol is shown.</param> <returns>The formatted string.</returns> </member> <member name="M:Tix.Runtime.IRuDoubleStringFormatter.GetUnitSymbol(Tix.Runtime.RuDoubleBase)"> <summary> Gets the unit symbol. </summary> <param name="value">The value.</param> <returns>The translated unit symbol of the variable</returns> </member> <member name="M:Tix.Runtime.IRuDoubleStringFormatter.GetFormattedString(Tix.Runtime.RuDoubleExact)"> <summary>Gets the formatted string.</summary> <param name="value">The value.</param> <returns>The formatted string.</returns> </member> <member name="M:Tix.Runtime.IRuDoubleStringFormatter.GetFormattedString(Tix.Runtime.RuDoubleExact,System.Boolean)"> <summary>Gets the formatted string.</summary> <param name="value">The value.</param> <param name="showUnitSymbol">if set to <c>true</c> the unit symbol is shown.</param> <returns>The formatted string.</returns> </member> <member name="T:Tix.Runtime.LegacyNameAttribute"> <summary>Class or attribute name in the legacy TIPS this class or property corresponds to.</summary> </member> <member name="F:Tix.Runtime.LegacyNameAttribute.legacyName"> <summary>The legacy name.</summary> </member> <member name="M:Tix.Runtime.LegacyNameAttribute.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.LegacyNameAttribute"/> class.</summary> <param name="value">The value.</param> </member> <member name="P:Tix.Runtime.LegacyNameAttribute.Value"> <summary>Gets the value.</summary> </member> <member name="T:Tix.Runtime.ManagedArgumentBox"> <summary> The managed argument box. Has to be properly implemented. </summary> </member> <member name="M:Tix.Runtime.ManagedArgumentBox.FromString(System.String)"> <summary> Creates an argument box from a string. </summary> <param name="args">The arguments.</param> <returns>The parsed argument box.</returns> </member> <member name="M:Tix.Runtime.ManagedArgumentBox.ToString"> <summary> Returns a <see cref="T:System.String" /> that represents this instance. </summary> <returns> A <see cref="T:System.String" /> that represents this instance. </returns> </member> <member name="T:Tix.Runtime.NamingInterfaces.IHasOrder"> <summary>The HasOrder interface.</summary> </member> <member name="P:Tix.Runtime.NamingInterfaces.IHasOrder.OrderId"> <summary>Gets the order id.</summary> </member> <member name="T:Tix.Runtime.NamingInterfaces.IHasOrderPart"> <summary>The HasOrderPart interface.</summary> </member> <member name="P:Tix.Runtime.NamingInterfaces.IHasOrderPart.OrderPartId"> <summary>Gets the order part id.</summary> </member> <member name="T:Tix.Runtime.NamingInterfaces.IHasOrderRow"> <summary>The HasOrderRow interface.</summary> </member> <member name="P:Tix.Runtime.NamingInterfaces.IHasOrderRow.OrderRowId"> <summary>Gets the order row id.</summary> </member> <member name="T:Tix.Runtime.NamingInterfaces.IHasScheduleLine"> <summary>The HasScheduleLine interface.</summary> </member> <member name="P:Tix.Runtime.NamingInterfaces.IHasScheduleLine.ScheduleLineId"> <summary>Gets the schedule line id.</summary> </member> <member name="T:Tix.Runtime.RelativeTimeSpan"> <summary> Encapsulates a relative point in time. For Year / month / day / hour / minute an integer value can be specified that defines a relative time deviation compared to 'now'. </summary> </member> <member name="F:Tix.Runtime.RelativeTimeSpan.Zero"> <summary>The zero relative time span.</summary> </member> <member name="P:Tix.Runtime.RelativeTimeSpan.Year"> <summary>Gets or sets the year.</summary> </member> <member name="P:Tix.Runtime.RelativeTimeSpan.Month"> <summary>Gets or sets the month.</summary> </member> <member name="P:Tix.Runtime.RelativeTimeSpan.Day"> <summary>Gets or sets the day.</summary> </member> <member name="P:Tix.Runtime.RelativeTimeSpan.Hour"> <summary>Gets or sets the hour.</summary> </member> <member name="P:Tix.Runtime.RelativeTimeSpan.Minute"> <summary>Gets or sets the minute.</summary> </member> <member name="P:Tix.Runtime.RelativeTimeSpan.Second"> <summary>Gets or sets the second.</summary> </member> <member name="P:Tix.Runtime.RelativeTimeSpan.HasDuration"> <summary> Gets a value indicating whether this instance has duration. </summary> <value> <c>true</c> if this instance has duration; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.RelativeTimeSpan.op_Addition(System.DateTime,Tix.Runtime.RelativeTimeSpan)"> <summary> Implements the operator +. </summary> <param name="dateTime">The date time.</param> <param name="timeSpan">The time span.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.RelativeTimeSpan.Equals(System.Object)"> <summary> Determines whether the specified <see cref="T:System.Object"/>, is equal to this instance. </summary> <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns> <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>. </returns> </member> <member name="M:Tix.Runtime.RelativeTimeSpan.GetHashCode"> <summary> Returns a hash code for this instance. </summary> <returns> A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </returns> </member> <member name="M:Tix.Runtime.RelativeTimeSpan.ToString"> <summary> Returns a <see cref="T:System.String" /> that represents this instance. </summary> <returns> A <see cref="T:System.String" /> that represents this instance. </returns> </member> <member name="M:Tix.Runtime.RelativeTimeSpan.GetDebuggerDisplay"> <summary> Gets the debugger display. </summary> <returns>The text representation.</returns> </member> <member name="M:Tix.Runtime.RelativeTimeSpan.Negate"> <summary> Negates this instance. </summary> <returns>A new instance with negated values.</returns> </member> <member name="T:Tix.Runtime.RuDoubleBase"> <summary>The ru double base.</summary> </member> <member name="M:Tix.Runtime.RuDoubleBase.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RuDoubleBase"/> class. Initializes a new instance of the <see cref="T:Tix.Runtime.RuDouble"/> class.</summary> <param name="varCode">The var code.</param> </member> <member name="M:Tix.Runtime.RuDoubleBase.#ctor(System.Nullable{System.Double},System.String)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RuDoubleBase"/> class. Initializes a new instance of the <see cref="T:Tix.Runtime.RuDouble"/> class.</summary> <param name="value">The value.</param> <param name="varCode">The variant code.</param> </member> <member name="M:Tix.Runtime.RuDoubleBase.#ctor(Tix.Runtime.RuDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RuDoubleBase"/> class. Initializes a new instance of the <see cref="T:Tix.Runtime.RuDouble"/> class.</summary> <param name="otherDouble">The other double.</param> </member> <member name="P:Tix.Runtime.RuDoubleBase.Value"> <summary>Gets or sets the value.</summary> </member> <member name="P:Tix.Runtime.RuDoubleBase.VarCode"> <summary> Gets the variable code. </summary> <remarks> The VarCode is read only </remarks> </member> <member name="P:Tix.Runtime.RuDoubleBase.HasValue"> <summary> Gets a value indicating whether this double instance has value. </summary> <value> <c>true</c> if this double instance has value; otherwise, <c>false</c>. </value> </member> <member name="M:Tix.Runtime.RuDoubleBase.op_Equality(Tix.Runtime.RuDoubleBase,System.Double)"> <summary> Implements the operator ==. </summary> <param name="operand1">The operand1.</param> <param name="operand2">The operand2.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.RuDoubleBase.op_Inequality(Tix.Runtime.RuDoubleBase,System.Double)"> <summary> Implements the operator !=. </summary> <param name="operand1">The operand1.</param> <param name="operand2">The operand2.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.RuDoubleBase.op_GreaterThan(Tix.Runtime.RuDoubleBase,System.Double)"> <summary> Implements the operator >. </summary> <param name="operand1">The operand1.</param> <param name="operand2">The operand2.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.RuDoubleBase.op_GreaterThanOrEqual(Tix.Runtime.RuDoubleBase,System.Double)"> <summary> Implements the operator >=. </summary> <param name="operand1">The operand1.</param> <param name="operand2">The operand2.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.RuDoubleBase.op_LessThan(Tix.Runtime.RuDoubleBase,System.Double)"> <summary> Implements the operator <. </summary> <param name="operand1">The operand1.</param> <param name="operand2">The operand2.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.RuDoubleBase.op_LessThanOrEqual(Tix.Runtime.RuDoubleBase,System.Double)"> <summary> Implements the operator <=. </summary> <param name="operand1">The operand1.</param> <param name="operand2">The operand2.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.RuDoubleBase.Create``1(System.Nullable{System.Double})"> <summary> Creates an instance of the given T with the specified value. </summary> <typeparam name="T">The type of the desired double class.</typeparam> <param name="value">The value.</param> <returns>The instance of the double class.</returns> </member> <member name="M:Tix.Runtime.RuDoubleBase.Create(System.Type,System.Nullable{System.Double})"> <summary> Creates a new instance of the RuDoubleBase implementation that is given as type. </summary> <param name="instanceType">Type of the instance.</param> <param name="value">The value of the double.</param> <returns> The new instance. </returns> <exception cref="T:System.InvalidOperationException">The type must be derived from RuDoubleBase!</exception> </member> <member name="M:Tix.Runtime.RuDoubleBase.CreateByVarCode(System.String,System.Nullable{System.Double})"> <summary> Creates a RuDoubleBase instance by specifying the VarCode. </summary> <param name="varCode">The VarCode.</param> <param name="value">The value.</param> <returns>An instance of the correct RuDoubleBase class.</returns> <exception cref="T:System.InvalidOperationException">The specified VarCode does not exist.</exception> </member> <member name="M:Tix.Runtime.RuDoubleBase.GetVarCodeByType(System.Type)"> <summary> Returns VARCODE used by provided type. </summary> <param name="type">Type of object.</param> <returns>VARCODE for provided Type.</returns> </member> <member name="M:Tix.Runtime.RuDoubleBase.CompareTo(System.Object)"> <summary> Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. </summary> <param name="obj">An object to compare with this instance.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has these meanings: Value Meaning Less than zero This instance precedes <paramref name="obj" /> in the sort order. Zero This instance occurs in the same position in the sort order as <paramref name="obj" />. Greater than zero This instance follows <paramref name="obj" /> in the sort order. </returns> </member> <member name="M:Tix.Runtime.RuDoubleBase.CompareTo(Tix.Runtime.RuDoubleBase)"> <summary>Compares the current object with another object of the same type.</summary> <returns>A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other"/> parameter.Zero This object is equal to <paramref name="other"/>. Greater than zero This object is greater than <paramref name="other"/>. </returns> <param name="other">An object to compare with this object.</param> </member> <member name="M:Tix.Runtime.RuDoubleBase.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.RuDoubleBase.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.RuDoubleBase.ToString"> <summary> Returns a <see cref="T:System.String"/> that represents this instance. </summary> <returns> A <see cref="T:System.String"/> that represents this instance. </returns> </member> <member name="M:Tix.Runtime.RuDoubleBase.ToStringWithoutUnitSymbol"> <summary>Converts to string without default showing of the unit symbol.</summary> <returns>The converted string without the unit symbol.</returns> </member> <member name="M:Tix.Runtime.RuDoubleBase.GetStringValue"> <summary>Shortcut for ToStringWithoutUnitSymbol because it's too long for use configurations/flee</summary> <returns>The converted string without the unit symbol.</returns> </member> <member name="M:Tix.Runtime.RuDoubleBase.GetUnitSymbol"> <summary> Gets the unit symbol. </summary> <returns>The translated unit symbol of the variable</returns> </member> <member name="M:Tix.Runtime.RuDoubleBase.GetValue"> <summary> Gets the value from the RuDouble. If the value is null, an exception is thrown. </summary> <returns>The value if it is not null, otherwise the default value.</returns> <remarks>This method is useful to shortcut the access to the member when a check for null was done before, e.g. by using the comparison operators.</remarks> </member> <member name="M:Tix.Runtime.RuDoubleBase.Normalize"> <summary> Normalizes this instance. </summary> </member> <member name="M:Tix.Runtime.RuDoubleBase.InternalSetVarCode(System.String)"> <summary> Internals the set var code. </summary> <param name="varCode">The var code.</param> </member> <member name="M:Tix.Runtime.RuDoubleBase.CheckForComparison(Tix.Runtime.RuDoubleBase,Tix.Runtime.RuDoubleBase)"> <summary>Checks for comparison.</summary> <param name="operand1">The operand1.</param> <param name="operand2">The operand2.</param> <returns>True when the check was successful, false otherwise.</returns> <exception cref="T:System.InvalidOperationException">When the varcodes of the doubles do not match.</exception> </member> <member name="T:Tix.Runtime.CountDouble"> <summary> Contains additional operators for the CountDouble class. </summary> <summary>The Count double value class (Varcode is CNT).</summary> </member> <member name="M:Tix.Runtime.CountDouble.op_Addition(Tix.Runtime.CountDouble,System.Int32)"> <summary> +s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="M:Tix.Runtime.CountDouble.op_Subtraction(Tix.Runtime.CountDouble,System.Int32)"> <summary> -s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="M:Tix.Runtime.CountDouble.op_Addition(System.Int32,Tix.Runtime.CountDouble)"> <summary> +s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="M:Tix.Runtime.CountDouble.op_Subtraction(System.Int32,Tix.Runtime.CountDouble)"> <summary> -s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="M:Tix.Runtime.CountDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.CountDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.CountDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.CountDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.CountDouble.#ctor(Tix.Runtime.CountDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.CountDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.CountDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.CountDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.CountDouble.op_Equality(Tix.Runtime.CountDouble,Tix.Runtime.CountDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CountDouble.op_Inequality(Tix.Runtime.CountDouble,Tix.Runtime.CountDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CountDouble.op_Addition(Tix.Runtime.CountDouble,Tix.Runtime.CountDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CountDouble.op_Subtraction(Tix.Runtime.CountDouble,Tix.Runtime.CountDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CountDouble.op_GreaterThan(Tix.Runtime.CountDouble,Tix.Runtime.CountDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CountDouble.op_GreaterThanOrEqual(Tix.Runtime.CountDouble,Tix.Runtime.CountDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CountDouble.op_LessThan(Tix.Runtime.CountDouble,Tix.Runtime.CountDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CountDouble.op_LessThanOrEqual(Tix.Runtime.CountDouble,Tix.Runtime.CountDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CountDouble.op_Multiply(Tix.Runtime.CountDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CountDouble.op_Multiply(System.Double,Tix.Runtime.CountDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CountDouble.op_Division(Tix.Runtime.CountDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CountDouble.op_Division(Tix.Runtime.CountDouble,Tix.Runtime.CountDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CountDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.CountDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.CountDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.CountDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.CountDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.CountDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.CountDouble"/>.</returns> </member> <member name="M:Tix.Runtime.CountDouble.CompareTo(Tix.Runtime.CountDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.CountDouble.IsEqual(Tix.Runtime.CountDouble,Tix.Runtime.CountDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.CountDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.CountDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.CountDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.RuDouble"> <summary> Helper for RuDoubles </summary> </member> <member name="M:Tix.Runtime.RuDouble.#ctor"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.RuDouble"/> class. </summary> </member> <member name="M:Tix.Runtime.RuDouble.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.RuDouble"/> class. </summary> <param name="varCode"> The var code. </param> </member> <member name="M:Tix.Runtime.RuDouble.#ctor(System.Nullable{System.Double},System.String)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.RuDouble"/> class. </summary> <param name="value">The value.</param> <param name="varCode">The variant code.</param> </member> <member name="M:Tix.Runtime.RuDouble.#ctor(Tix.Runtime.RuDouble)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.RuDouble"/> class. </summary> <param name="otherDouble"> The other double. </param> </member> <member name="P:Tix.Runtime.RuDouble.VarCodeInternal"> <summary>Gets or sets the var code.</summary> <remarks> Silverlight: This property is needed to get the RuDouble serialization working as VarCode in RuDoubleBase is not serialized. </remarks> </member> <member name="M:Tix.Runtime.RuDouble.op_Addition(Tix.Runtime.RuDouble,Tix.Runtime.RuDouble)"> <summary>Implements the operator +.</summary> <param name="op1">The op1.</param> <param name="op2">The op2.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RuDouble.op_Subtraction(Tix.Runtime.RuDouble,Tix.Runtime.RuDouble)"> <summary> Implements the operator -. </summary> <param name="op1">The op1.</param> <param name="op2">The op2.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.RuDouble.op_Multiply(Tix.Runtime.RuDouble,System.Double)"> <summary> Implements the operator *. </summary> <param name="op1">The op1.</param> <param name="op2">The op2.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.RuDouble.op_Multiply(System.Double,Tix.Runtime.RuDouble)"> <summary> Implements the operator *. </summary> <param name="op1">The op1.</param> <param name="op2">The op2.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.RuDouble.op_Division(Tix.Runtime.RuDouble,System.Double)"> <summary> Implements the operator /. </summary> <param name="op1">The op1.</param> <param name="op2">The op2.</param> <returns> The result of the operator. </returns> </member> <member name="T:Tix.Runtime.RuDoubleExtensions"> <summary> Provides extension methods for the RuDoubleBase derivatives. </summary> </member> <member name="M:Tix.Runtime.RuDoubleExtensions.GetNormalizedValue``1(``0)"> <summary> Normalizes the value and returns it as a new instance. </summary> <typeparam name="TRuDouble">One of the RuDoubleBase implementations.</typeparam> <param name="value">The value that is normalized.</param> <returns>The normalized value.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExtensions.DefaultsTo``1(``0,``0)"> <summary> Checks if the value is null. If it is null the default value is returned. </summary> <typeparam name="T">One of the RuDoubleBase implementations.</typeparam> <param name="value">The value that is checked.</param> <param name="defaultValue">The default value. Note that the default value itself may be null.</param> <returns>The value or default value.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExtensions.Sum``1(System.Collections.Generic.IEnumerable{``0})"> <summary> Sums the specified collection. </summary> <typeparam name="T">The RuDoubleBase implementation that is summed</typeparam> <param name="collection">The collection.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExtensions.Sum``2(System.Collections.Generic.IEnumerable{``1},System.Func{``1,``0})"> <summary> Sums the specified collection. </summary> <typeparam name="T">The RuDoubleBase implementation that is summed</typeparam> <typeparam name="TCollection">The collection type that is summed.</typeparam> <param name="collection">The collection.</param> <param name="evaluator">The evaluator.</param> <returns> The sum of the values. </returns> </member> <member name="M:Tix.Runtime.RuDoubleExtensions.Sum(System.Collections.Generic.IEnumerable{Tix.Runtime.RuDouble})"> <summary> Sums the specified collection. </summary> <param name="collection">The collection.</param> <returns>The sum of the values.</returns> </member> <member name="M:Tix.Runtime.RuDoubleExtensions.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Tix.Runtime.RuDouble})"> <summary> Sums the specified collection. </summary> <typeparam name="TCollection">The collection type that is summed.</typeparam> <param name="collection">The collection.</param> <param name="evaluator">The evaluator.</param> <returns> The sum of the values. </returns> </member> <member name="M:Tix.Runtime.RuDoubleExtensions.GetValueOrDefault(Tix.Runtime.RuDoubleBase,System.Double)"> <summary> Gets the value and if null then the default value supported by the parameter. </summary> <param name="instance">The instance.</param> <param name="defaultValue">The default value.</param> <returns>Value passed instance of default value</returns> </member> <member name="T:Tix.Runtime.RuDoubleInitializer"> <summary> Initializes all public RuDoubleBase properties of the given class. </summary> </member> <member name="M:Tix.Runtime.RuDoubleInitializer.Initialize(System.Object)"> <summary>The initialize each RuDouble properties of the entity.</summary> <param name="entity">The entity object which contains RuDouble properties.</param> </member> <member name="M:Tix.Runtime.RuDoubleInitializer.Initialize(System.Object,System.Nullable{System.Double})"> <summary>The initialize each RuDouble properties of the entity.</summary> <param name="entity">The entity object which contains RuDouble properties.</param> <param name="initValue">The init Value.</param> </member> <member name="T:Tix.Runtime.RuDoubleMath"> <summary>Mathematical operations for rudoubles.</summary> </member> <member name="M:Tix.Runtime.RuDoubleMath.Abs(Tix.Runtime.RuDoubleBase)"> <summary>The abs.</summary> <param name="d">The d.</param> <returns>The <see cref="T:Tix.Runtime.RuDoubleBase"/>.</returns> </member> <member name="M:Tix.Runtime.RuDoubleMath.Min(Tix.Runtime.RuDoubleBase,Tix.Runtime.RuDoubleBase)"> <summary> Returns the minium value. </summary> <param name="value1">The value1.</param> <param name="value2">The value2.</param> <returns>The smaller value if both values are filled.</returns> </member> <member name="M:Tix.Runtime.RuDoubleMath.Max(Tix.Runtime.RuDoubleBase,Tix.Runtime.RuDoubleBase)"> <summary> Returns the maximium value. </summary> <param name="value1">The value1.</param> <param name="value2">The value2.</param> <returns>The higher value if both values are filled.</returns> </member> <member name="T:Tix.Runtime.AirDriedMetricTonDouble"> <summary>The AirDriedMetricTon double value class (Varcode is ADMT).</summary> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.AirDriedMetricTonDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.AirDriedMetricTonDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.#ctor(Tix.Runtime.AirDriedMetricTonDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.AirDriedMetricTonDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.AirDriedMetricTonDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.op_Equality(Tix.Runtime.AirDriedMetricTonDouble,Tix.Runtime.AirDriedMetricTonDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.op_Inequality(Tix.Runtime.AirDriedMetricTonDouble,Tix.Runtime.AirDriedMetricTonDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.op_Addition(Tix.Runtime.AirDriedMetricTonDouble,Tix.Runtime.AirDriedMetricTonDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.op_Subtraction(Tix.Runtime.AirDriedMetricTonDouble,Tix.Runtime.AirDriedMetricTonDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.op_GreaterThan(Tix.Runtime.AirDriedMetricTonDouble,Tix.Runtime.AirDriedMetricTonDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.op_GreaterThanOrEqual(Tix.Runtime.AirDriedMetricTonDouble,Tix.Runtime.AirDriedMetricTonDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.op_LessThan(Tix.Runtime.AirDriedMetricTonDouble,Tix.Runtime.AirDriedMetricTonDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.op_LessThanOrEqual(Tix.Runtime.AirDriedMetricTonDouble,Tix.Runtime.AirDriedMetricTonDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.op_Multiply(Tix.Runtime.AirDriedMetricTonDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.op_Multiply(System.Double,Tix.Runtime.AirDriedMetricTonDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.op_Division(Tix.Runtime.AirDriedMetricTonDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.op_Division(Tix.Runtime.AirDriedMetricTonDouble,Tix.Runtime.AirDriedMetricTonDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.AirDriedMetricTonDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.AirDriedMetricTonDouble"/>.</returns> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.CompareTo(Tix.Runtime.AirDriedMetricTonDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.AirDriedMetricTonDouble.IsEqual(Tix.Runtime.AirDriedMetricTonDouble,Tix.Runtime.AirDriedMetricTonDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.AirDriedMetricTonDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.AirDriedMetricTonDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.AirDriedMetricTonDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.AreaDouble"> <summary>The Area double value class (Varcode is AREA).</summary> </member> <member name="M:Tix.Runtime.AreaDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.AreaDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.AreaDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.AreaDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.AreaDouble.#ctor(Tix.Runtime.AreaDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.AreaDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.AreaDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.AreaDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.AreaDouble.op_Equality(Tix.Runtime.AreaDouble,Tix.Runtime.AreaDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaDouble.op_Inequality(Tix.Runtime.AreaDouble,Tix.Runtime.AreaDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaDouble.op_Addition(Tix.Runtime.AreaDouble,Tix.Runtime.AreaDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaDouble.op_Subtraction(Tix.Runtime.AreaDouble,Tix.Runtime.AreaDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaDouble.op_GreaterThan(Tix.Runtime.AreaDouble,Tix.Runtime.AreaDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaDouble.op_GreaterThanOrEqual(Tix.Runtime.AreaDouble,Tix.Runtime.AreaDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaDouble.op_LessThan(Tix.Runtime.AreaDouble,Tix.Runtime.AreaDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaDouble.op_LessThanOrEqual(Tix.Runtime.AreaDouble,Tix.Runtime.AreaDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaDouble.op_Multiply(Tix.Runtime.AreaDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaDouble.op_Multiply(System.Double,Tix.Runtime.AreaDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaDouble.op_Division(Tix.Runtime.AreaDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaDouble.op_Division(Tix.Runtime.AreaDouble,Tix.Runtime.AreaDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.AreaDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.AreaDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.AreaDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.AreaDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.AreaDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.AreaDouble"/>.</returns> </member> <member name="M:Tix.Runtime.AreaDouble.CompareTo(Tix.Runtime.AreaDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.AreaDouble.IsEqual(Tix.Runtime.AreaDouble,Tix.Runtime.AreaDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.AreaDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.AreaDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.AreaDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.AreaMmDouble"> <summary>The AreaMm double value class (Varcode is AREAMM).</summary> </member> <member name="M:Tix.Runtime.AreaMmDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.AreaMmDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.AreaMmDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.AreaMmDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.AreaMmDouble.#ctor(Tix.Runtime.AreaMmDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.AreaMmDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.AreaMmDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.AreaMmDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.AreaMmDouble.op_Equality(Tix.Runtime.AreaMmDouble,Tix.Runtime.AreaMmDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaMmDouble.op_Inequality(Tix.Runtime.AreaMmDouble,Tix.Runtime.AreaMmDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaMmDouble.op_Addition(Tix.Runtime.AreaMmDouble,Tix.Runtime.AreaMmDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaMmDouble.op_Subtraction(Tix.Runtime.AreaMmDouble,Tix.Runtime.AreaMmDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaMmDouble.op_GreaterThan(Tix.Runtime.AreaMmDouble,Tix.Runtime.AreaMmDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaMmDouble.op_GreaterThanOrEqual(Tix.Runtime.AreaMmDouble,Tix.Runtime.AreaMmDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaMmDouble.op_LessThan(Tix.Runtime.AreaMmDouble,Tix.Runtime.AreaMmDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaMmDouble.op_LessThanOrEqual(Tix.Runtime.AreaMmDouble,Tix.Runtime.AreaMmDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaMmDouble.op_Multiply(Tix.Runtime.AreaMmDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaMmDouble.op_Multiply(System.Double,Tix.Runtime.AreaMmDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaMmDouble.op_Division(Tix.Runtime.AreaMmDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaMmDouble.op_Division(Tix.Runtime.AreaMmDouble,Tix.Runtime.AreaMmDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.AreaMmDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.AreaMmDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.AreaMmDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.AreaMmDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.AreaMmDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.AreaMmDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.AreaMmDouble"/>.</returns> </member> <member name="M:Tix.Runtime.AreaMmDouble.CompareTo(Tix.Runtime.AreaMmDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.AreaMmDouble.IsEqual(Tix.Runtime.AreaMmDouble,Tix.Runtime.AreaMmDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.AreaMmDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.AreaMmDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.AreaMmDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.Area1000Double"> <summary>The Area1000 double value class (Varcode is AREA1000).</summary> </member> <member name="M:Tix.Runtime.Area1000Double.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Area1000Double"/> class.</summary> </member> <member name="M:Tix.Runtime.Area1000Double.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Area1000Double"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.Area1000Double.#ctor(Tix.Runtime.Area1000Double)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.Area1000Double"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.Area1000Double"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.Area1000Double.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.Area1000Double.op_Equality(Tix.Runtime.Area1000Double,Tix.Runtime.Area1000Double)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.Area1000Double.op_Inequality(Tix.Runtime.Area1000Double,Tix.Runtime.Area1000Double)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.Area1000Double.op_Addition(Tix.Runtime.Area1000Double,Tix.Runtime.Area1000Double)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.Area1000Double.op_Subtraction(Tix.Runtime.Area1000Double,Tix.Runtime.Area1000Double)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.Area1000Double.op_GreaterThan(Tix.Runtime.Area1000Double,Tix.Runtime.Area1000Double)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.Area1000Double.op_GreaterThanOrEqual(Tix.Runtime.Area1000Double,Tix.Runtime.Area1000Double)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.Area1000Double.op_LessThan(Tix.Runtime.Area1000Double,Tix.Runtime.Area1000Double)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.Area1000Double.op_LessThanOrEqual(Tix.Runtime.Area1000Double,Tix.Runtime.Area1000Double)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.Area1000Double.op_Multiply(Tix.Runtime.Area1000Double,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.Area1000Double.op_Multiply(System.Double,Tix.Runtime.Area1000Double)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.Area1000Double.op_Division(Tix.Runtime.Area1000Double,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.Area1000Double.op_Division(Tix.Runtime.Area1000Double,Tix.Runtime.Area1000Double)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.Area1000Double.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.Area1000Double.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.Area1000Double.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.Area1000Double.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.Area1000Double"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.Area1000Double.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.Area1000Double"/>.</returns> </member> <member name="M:Tix.Runtime.Area1000Double.CompareTo(Tix.Runtime.Area1000Double)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.Area1000Double.IsEqual(Tix.Runtime.Area1000Double,Tix.Runtime.Area1000Double,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.Area1000Double"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.Area1000Double"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.Area1000Double"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.BasisWeightDouble"> <summary>The BasisWeight double value class (Varcode is BASISWEIG).</summary> </member> <member name="M:Tix.Runtime.BasisWeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.BasisWeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.BasisWeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.BasisWeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.BasisWeightDouble.#ctor(Tix.Runtime.BasisWeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.BasisWeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.BasisWeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.BasisWeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.BasisWeightDouble.op_Equality(Tix.Runtime.BasisWeightDouble,Tix.Runtime.BasisWeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.BasisWeightDouble.op_Inequality(Tix.Runtime.BasisWeightDouble,Tix.Runtime.BasisWeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.BasisWeightDouble.op_Addition(Tix.Runtime.BasisWeightDouble,Tix.Runtime.BasisWeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.BasisWeightDouble.op_Subtraction(Tix.Runtime.BasisWeightDouble,Tix.Runtime.BasisWeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.BasisWeightDouble.op_GreaterThan(Tix.Runtime.BasisWeightDouble,Tix.Runtime.BasisWeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.BasisWeightDouble.op_GreaterThanOrEqual(Tix.Runtime.BasisWeightDouble,Tix.Runtime.BasisWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.BasisWeightDouble.op_LessThan(Tix.Runtime.BasisWeightDouble,Tix.Runtime.BasisWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.BasisWeightDouble.op_LessThanOrEqual(Tix.Runtime.BasisWeightDouble,Tix.Runtime.BasisWeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.BasisWeightDouble.op_Multiply(Tix.Runtime.BasisWeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.BasisWeightDouble.op_Multiply(System.Double,Tix.Runtime.BasisWeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.BasisWeightDouble.op_Division(Tix.Runtime.BasisWeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.BasisWeightDouble.op_Division(Tix.Runtime.BasisWeightDouble,Tix.Runtime.BasisWeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.BasisWeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.BasisWeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.BasisWeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.BasisWeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.BasisWeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.BasisWeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.BasisWeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.BasisWeightDouble.CompareTo(Tix.Runtime.BasisWeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.BasisWeightDouble.IsEqual(Tix.Runtime.BasisWeightDouble,Tix.Runtime.BasisWeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.BasisWeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.BasisWeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.BasisWeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.CartonWeightDouble"> <summary>The CartonWeight double value class (Varcode is CARTONWEIG).</summary> </member> <member name="M:Tix.Runtime.CartonWeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.CartonWeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.CartonWeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.CartonWeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.CartonWeightDouble.#ctor(Tix.Runtime.CartonWeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.CartonWeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.CartonWeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.CartonWeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.CartonWeightDouble.op_Equality(Tix.Runtime.CartonWeightDouble,Tix.Runtime.CartonWeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CartonWeightDouble.op_Inequality(Tix.Runtime.CartonWeightDouble,Tix.Runtime.CartonWeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CartonWeightDouble.op_Addition(Tix.Runtime.CartonWeightDouble,Tix.Runtime.CartonWeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CartonWeightDouble.op_Subtraction(Tix.Runtime.CartonWeightDouble,Tix.Runtime.CartonWeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CartonWeightDouble.op_GreaterThan(Tix.Runtime.CartonWeightDouble,Tix.Runtime.CartonWeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CartonWeightDouble.op_GreaterThanOrEqual(Tix.Runtime.CartonWeightDouble,Tix.Runtime.CartonWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CartonWeightDouble.op_LessThan(Tix.Runtime.CartonWeightDouble,Tix.Runtime.CartonWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CartonWeightDouble.op_LessThanOrEqual(Tix.Runtime.CartonWeightDouble,Tix.Runtime.CartonWeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CartonWeightDouble.op_Multiply(Tix.Runtime.CartonWeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CartonWeightDouble.op_Multiply(System.Double,Tix.Runtime.CartonWeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CartonWeightDouble.op_Division(Tix.Runtime.CartonWeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CartonWeightDouble.op_Division(Tix.Runtime.CartonWeightDouble,Tix.Runtime.CartonWeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CartonWeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.CartonWeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.CartonWeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.CartonWeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.CartonWeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.CartonWeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.CartonWeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.CartonWeightDouble.CompareTo(Tix.Runtime.CartonWeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.CartonWeightDouble.IsEqual(Tix.Runtime.CartonWeightDouble,Tix.Runtime.CartonWeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.CartonWeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.CartonWeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.CartonWeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.CNSTYPCTDouble"> <summary>The CNSTYPCT double value class (Varcode is CNSTYPCT).</summary> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.CNSTYPCTDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.CNSTYPCTDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.#ctor(Tix.Runtime.CNSTYPCTDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.CNSTYPCTDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.CNSTYPCTDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.op_Equality(Tix.Runtime.CNSTYPCTDouble,Tix.Runtime.CNSTYPCTDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.op_Inequality(Tix.Runtime.CNSTYPCTDouble,Tix.Runtime.CNSTYPCTDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.op_Addition(Tix.Runtime.CNSTYPCTDouble,Tix.Runtime.CNSTYPCTDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.op_Subtraction(Tix.Runtime.CNSTYPCTDouble,Tix.Runtime.CNSTYPCTDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.op_GreaterThan(Tix.Runtime.CNSTYPCTDouble,Tix.Runtime.CNSTYPCTDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.op_GreaterThanOrEqual(Tix.Runtime.CNSTYPCTDouble,Tix.Runtime.CNSTYPCTDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.op_LessThan(Tix.Runtime.CNSTYPCTDouble,Tix.Runtime.CNSTYPCTDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.op_LessThanOrEqual(Tix.Runtime.CNSTYPCTDouble,Tix.Runtime.CNSTYPCTDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.op_Multiply(Tix.Runtime.CNSTYPCTDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.op_Multiply(System.Double,Tix.Runtime.CNSTYPCTDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.op_Division(Tix.Runtime.CNSTYPCTDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.op_Division(Tix.Runtime.CNSTYPCTDouble,Tix.Runtime.CNSTYPCTDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.CNSTYPCTDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.CNSTYPCTDouble"/>.</returns> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.CompareTo(Tix.Runtime.CNSTYPCTDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.CNSTYPCTDouble.IsEqual(Tix.Runtime.CNSTYPCTDouble,Tix.Runtime.CNSTYPCTDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.CNSTYPCTDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.CNSTYPCTDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.CNSTYPCTDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.ConstDouble"> <summary>The Const double value class (Varcode is CONST).</summary> </member> <member name="M:Tix.Runtime.ConstDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ConstDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.ConstDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ConstDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ConstDouble.#ctor(Tix.Runtime.ConstDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ConstDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.ConstDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.ConstDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.ConstDouble.op_Equality(Tix.Runtime.ConstDouble,Tix.Runtime.ConstDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ConstDouble.op_Inequality(Tix.Runtime.ConstDouble,Tix.Runtime.ConstDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ConstDouble.op_Addition(Tix.Runtime.ConstDouble,Tix.Runtime.ConstDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ConstDouble.op_Subtraction(Tix.Runtime.ConstDouble,Tix.Runtime.ConstDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ConstDouble.op_GreaterThan(Tix.Runtime.ConstDouble,Tix.Runtime.ConstDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ConstDouble.op_GreaterThanOrEqual(Tix.Runtime.ConstDouble,Tix.Runtime.ConstDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ConstDouble.op_LessThan(Tix.Runtime.ConstDouble,Tix.Runtime.ConstDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ConstDouble.op_LessThanOrEqual(Tix.Runtime.ConstDouble,Tix.Runtime.ConstDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ConstDouble.op_Multiply(Tix.Runtime.ConstDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ConstDouble.op_Multiply(System.Double,Tix.Runtime.ConstDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ConstDouble.op_Division(Tix.Runtime.ConstDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ConstDouble.op_Division(Tix.Runtime.ConstDouble,Tix.Runtime.ConstDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ConstDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.ConstDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.ConstDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.ConstDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ConstDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.ConstDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ConstDouble"/>.</returns> </member> <member name="M:Tix.Runtime.ConstDouble.CompareTo(Tix.Runtime.ConstDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.ConstDouble.IsEqual(Tix.Runtime.ConstDouble,Tix.Runtime.ConstDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.ConstDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.ConstDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.ConstDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.CoreDiameterDouble"> <summary>The CoreDiameter double value class (Varcode is COREDIAM).</summary> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.CoreDiameterDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.CoreDiameterDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.#ctor(Tix.Runtime.CoreDiameterDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.CoreDiameterDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.CoreDiameterDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.op_Equality(Tix.Runtime.CoreDiameterDouble,Tix.Runtime.CoreDiameterDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.op_Inequality(Tix.Runtime.CoreDiameterDouble,Tix.Runtime.CoreDiameterDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.op_Addition(Tix.Runtime.CoreDiameterDouble,Tix.Runtime.CoreDiameterDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.op_Subtraction(Tix.Runtime.CoreDiameterDouble,Tix.Runtime.CoreDiameterDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.op_GreaterThan(Tix.Runtime.CoreDiameterDouble,Tix.Runtime.CoreDiameterDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.op_GreaterThanOrEqual(Tix.Runtime.CoreDiameterDouble,Tix.Runtime.CoreDiameterDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.op_LessThan(Tix.Runtime.CoreDiameterDouble,Tix.Runtime.CoreDiameterDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.op_LessThanOrEqual(Tix.Runtime.CoreDiameterDouble,Tix.Runtime.CoreDiameterDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.op_Multiply(Tix.Runtime.CoreDiameterDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.op_Multiply(System.Double,Tix.Runtime.CoreDiameterDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.op_Division(Tix.Runtime.CoreDiameterDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.op_Division(Tix.Runtime.CoreDiameterDouble,Tix.Runtime.CoreDiameterDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.CoreDiameterDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.CoreDiameterDouble"/>.</returns> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.CompareTo(Tix.Runtime.CoreDiameterDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.CoreDiameterDouble.IsEqual(Tix.Runtime.CoreDiameterDouble,Tix.Runtime.CoreDiameterDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.CoreDiameterDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.CoreDiameterDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.CoreDiameterDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.DensityDouble"> <summary>The Density double value class (Varcode is DEN).</summary> </member> <member name="M:Tix.Runtime.DensityDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.DensityDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.DensityDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.DensityDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.DensityDouble.#ctor(Tix.Runtime.DensityDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.DensityDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.DensityDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.DensityDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.DensityDouble.op_Equality(Tix.Runtime.DensityDouble,Tix.Runtime.DensityDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DensityDouble.op_Inequality(Tix.Runtime.DensityDouble,Tix.Runtime.DensityDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DensityDouble.op_Addition(Tix.Runtime.DensityDouble,Tix.Runtime.DensityDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DensityDouble.op_Subtraction(Tix.Runtime.DensityDouble,Tix.Runtime.DensityDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DensityDouble.op_GreaterThan(Tix.Runtime.DensityDouble,Tix.Runtime.DensityDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DensityDouble.op_GreaterThanOrEqual(Tix.Runtime.DensityDouble,Tix.Runtime.DensityDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DensityDouble.op_LessThan(Tix.Runtime.DensityDouble,Tix.Runtime.DensityDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DensityDouble.op_LessThanOrEqual(Tix.Runtime.DensityDouble,Tix.Runtime.DensityDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DensityDouble.op_Multiply(Tix.Runtime.DensityDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DensityDouble.op_Multiply(System.Double,Tix.Runtime.DensityDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DensityDouble.op_Division(Tix.Runtime.DensityDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DensityDouble.op_Division(Tix.Runtime.DensityDouble,Tix.Runtime.DensityDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DensityDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.DensityDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.DensityDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.DensityDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.DensityDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.DensityDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.DensityDouble"/>.</returns> </member> <member name="M:Tix.Runtime.DensityDouble.CompareTo(Tix.Runtime.DensityDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.DensityDouble.IsEqual(Tix.Runtime.DensityDouble,Tix.Runtime.DensityDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.DensityDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.DensityDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.DensityDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.DiameterDouble"> <summary>The Diameter double value class (Varcode is DIAM).</summary> </member> <member name="M:Tix.Runtime.DiameterDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.DiameterDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.DiameterDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.DiameterDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.DiameterDouble.#ctor(Tix.Runtime.DiameterDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.DiameterDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.DiameterDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.DiameterDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.DiameterDouble.op_Equality(Tix.Runtime.DiameterDouble,Tix.Runtime.DiameterDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DiameterDouble.op_Inequality(Tix.Runtime.DiameterDouble,Tix.Runtime.DiameterDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DiameterDouble.op_Addition(Tix.Runtime.DiameterDouble,Tix.Runtime.DiameterDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DiameterDouble.op_Subtraction(Tix.Runtime.DiameterDouble,Tix.Runtime.DiameterDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DiameterDouble.op_GreaterThan(Tix.Runtime.DiameterDouble,Tix.Runtime.DiameterDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DiameterDouble.op_GreaterThanOrEqual(Tix.Runtime.DiameterDouble,Tix.Runtime.DiameterDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DiameterDouble.op_LessThan(Tix.Runtime.DiameterDouble,Tix.Runtime.DiameterDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DiameterDouble.op_LessThanOrEqual(Tix.Runtime.DiameterDouble,Tix.Runtime.DiameterDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DiameterDouble.op_Multiply(Tix.Runtime.DiameterDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DiameterDouble.op_Multiply(System.Double,Tix.Runtime.DiameterDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DiameterDouble.op_Division(Tix.Runtime.DiameterDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DiameterDouble.op_Division(Tix.Runtime.DiameterDouble,Tix.Runtime.DiameterDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.DiameterDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.DiameterDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.DiameterDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.DiameterDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.DiameterDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.DiameterDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.DiameterDouble"/>.</returns> </member> <member name="M:Tix.Runtime.DiameterDouble.CompareTo(Tix.Runtime.DiameterDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.DiameterDouble.IsEqual(Tix.Runtime.DiameterDouble,Tix.Runtime.DiameterDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.DiameterDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.DiameterDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.DiameterDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.HeightDouble"> <summary>The Height double value class (Varcode is HEIG).</summary> </member> <member name="M:Tix.Runtime.HeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.HeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.HeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.HeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.HeightDouble.#ctor(Tix.Runtime.HeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.HeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.HeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.HeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.HeightDouble.op_Equality(Tix.Runtime.HeightDouble,Tix.Runtime.HeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HeightDouble.op_Inequality(Tix.Runtime.HeightDouble,Tix.Runtime.HeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HeightDouble.op_Addition(Tix.Runtime.HeightDouble,Tix.Runtime.HeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HeightDouble.op_Subtraction(Tix.Runtime.HeightDouble,Tix.Runtime.HeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HeightDouble.op_GreaterThan(Tix.Runtime.HeightDouble,Tix.Runtime.HeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HeightDouble.op_GreaterThanOrEqual(Tix.Runtime.HeightDouble,Tix.Runtime.HeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HeightDouble.op_LessThan(Tix.Runtime.HeightDouble,Tix.Runtime.HeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HeightDouble.op_LessThanOrEqual(Tix.Runtime.HeightDouble,Tix.Runtime.HeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HeightDouble.op_Multiply(Tix.Runtime.HeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HeightDouble.op_Multiply(System.Double,Tix.Runtime.HeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HeightDouble.op_Division(Tix.Runtime.HeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HeightDouble.op_Division(Tix.Runtime.HeightDouble,Tix.Runtime.HeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.HeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.HeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.HeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.HeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.HeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.HeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.HeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.HeightDouble.CompareTo(Tix.Runtime.HeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.HeightDouble.IsEqual(Tix.Runtime.HeightDouble,Tix.Runtime.HeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.HeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.HeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.HeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.LengthKmDouble"> <summary>The LengthKm double value class (Varcode is LENGKM).</summary> </member> <member name="M:Tix.Runtime.LengthKmDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.LengthKmDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.LengthKmDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.LengthKmDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.LengthKmDouble.#ctor(Tix.Runtime.LengthKmDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.LengthKmDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.LengthKmDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.LengthKmDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.LengthKmDouble.op_Equality(Tix.Runtime.LengthKmDouble,Tix.Runtime.LengthKmDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthKmDouble.op_Inequality(Tix.Runtime.LengthKmDouble,Tix.Runtime.LengthKmDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthKmDouble.op_Addition(Tix.Runtime.LengthKmDouble,Tix.Runtime.LengthKmDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthKmDouble.op_Subtraction(Tix.Runtime.LengthKmDouble,Tix.Runtime.LengthKmDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthKmDouble.op_GreaterThan(Tix.Runtime.LengthKmDouble,Tix.Runtime.LengthKmDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthKmDouble.op_GreaterThanOrEqual(Tix.Runtime.LengthKmDouble,Tix.Runtime.LengthKmDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthKmDouble.op_LessThan(Tix.Runtime.LengthKmDouble,Tix.Runtime.LengthKmDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthKmDouble.op_LessThanOrEqual(Tix.Runtime.LengthKmDouble,Tix.Runtime.LengthKmDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthKmDouble.op_Multiply(Tix.Runtime.LengthKmDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthKmDouble.op_Multiply(System.Double,Tix.Runtime.LengthKmDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthKmDouble.op_Division(Tix.Runtime.LengthKmDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthKmDouble.op_Division(Tix.Runtime.LengthKmDouble,Tix.Runtime.LengthKmDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthKmDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.LengthKmDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.LengthKmDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.LengthKmDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.LengthKmDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.LengthKmDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.LengthKmDouble"/>.</returns> </member> <member name="M:Tix.Runtime.LengthKmDouble.CompareTo(Tix.Runtime.LengthKmDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.LengthKmDouble.IsEqual(Tix.Runtime.LengthKmDouble,Tix.Runtime.LengthKmDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.LengthKmDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.LengthKmDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.LengthKmDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.LengthMmDouble"> <summary>The LengthMm double value class (Varcode is LENGMM).</summary> </member> <member name="M:Tix.Runtime.LengthMmDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.LengthMmDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.LengthMmDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.LengthMmDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.LengthMmDouble.#ctor(Tix.Runtime.LengthMmDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.LengthMmDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.LengthMmDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.LengthMmDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.LengthMmDouble.op_Equality(Tix.Runtime.LengthMmDouble,Tix.Runtime.LengthMmDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDouble.op_Inequality(Tix.Runtime.LengthMmDouble,Tix.Runtime.LengthMmDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDouble.op_Addition(Tix.Runtime.LengthMmDouble,Tix.Runtime.LengthMmDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDouble.op_Subtraction(Tix.Runtime.LengthMmDouble,Tix.Runtime.LengthMmDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDouble.op_GreaterThan(Tix.Runtime.LengthMmDouble,Tix.Runtime.LengthMmDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDouble.op_GreaterThanOrEqual(Tix.Runtime.LengthMmDouble,Tix.Runtime.LengthMmDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDouble.op_LessThan(Tix.Runtime.LengthMmDouble,Tix.Runtime.LengthMmDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDouble.op_LessThanOrEqual(Tix.Runtime.LengthMmDouble,Tix.Runtime.LengthMmDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDouble.op_Multiply(Tix.Runtime.LengthMmDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDouble.op_Multiply(System.Double,Tix.Runtime.LengthMmDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDouble.op_Division(Tix.Runtime.LengthMmDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDouble.op_Division(Tix.Runtime.LengthMmDouble,Tix.Runtime.LengthMmDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.LengthMmDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.LengthMmDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.LengthMmDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.LengthMmDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.LengthMmDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.LengthMmDouble"/>.</returns> </member> <member name="M:Tix.Runtime.LengthMmDouble.CompareTo(Tix.Runtime.LengthMmDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.LengthMmDouble.IsEqual(Tix.Runtime.LengthMmDouble,Tix.Runtime.LengthMmDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.LengthMmDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.LengthMmDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.LengthMmDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.LengthMmDecimalsDouble"> <summary>The LengthMmDecimals double value class (Varcode is LENGMMD).</summary> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.LengthMmDecimalsDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.LengthMmDecimalsDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.#ctor(Tix.Runtime.LengthMmDecimalsDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.LengthMmDecimalsDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.LengthMmDecimalsDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.op_Equality(Tix.Runtime.LengthMmDecimalsDouble,Tix.Runtime.LengthMmDecimalsDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.op_Inequality(Tix.Runtime.LengthMmDecimalsDouble,Tix.Runtime.LengthMmDecimalsDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.op_Addition(Tix.Runtime.LengthMmDecimalsDouble,Tix.Runtime.LengthMmDecimalsDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.op_Subtraction(Tix.Runtime.LengthMmDecimalsDouble,Tix.Runtime.LengthMmDecimalsDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.op_GreaterThan(Tix.Runtime.LengthMmDecimalsDouble,Tix.Runtime.LengthMmDecimalsDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.op_GreaterThanOrEqual(Tix.Runtime.LengthMmDecimalsDouble,Tix.Runtime.LengthMmDecimalsDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.op_LessThan(Tix.Runtime.LengthMmDecimalsDouble,Tix.Runtime.LengthMmDecimalsDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.op_LessThanOrEqual(Tix.Runtime.LengthMmDecimalsDouble,Tix.Runtime.LengthMmDecimalsDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.op_Multiply(Tix.Runtime.LengthMmDecimalsDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.op_Multiply(System.Double,Tix.Runtime.LengthMmDecimalsDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.op_Division(Tix.Runtime.LengthMmDecimalsDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.op_Division(Tix.Runtime.LengthMmDecimalsDouble,Tix.Runtime.LengthMmDecimalsDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.LengthMmDecimalsDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.LengthMmDecimalsDouble"/>.</returns> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.CompareTo(Tix.Runtime.LengthMmDecimalsDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.LengthMmDecimalsDouble.IsEqual(Tix.Runtime.LengthMmDecimalsDouble,Tix.Runtime.LengthMmDecimalsDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.LengthMmDecimalsDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.LengthMmDecimalsDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.LengthMmDecimalsDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.NormDensityDouble"> <summary>The NormDensity double value class (Varcode is NORMDEN).</summary> </member> <member name="M:Tix.Runtime.NormDensityDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.NormDensityDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.NormDensityDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.NormDensityDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.NormDensityDouble.#ctor(Tix.Runtime.NormDensityDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.NormDensityDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.NormDensityDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.NormDensityDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.NormDensityDouble.op_Equality(Tix.Runtime.NormDensityDouble,Tix.Runtime.NormDensityDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.NormDensityDouble.op_Inequality(Tix.Runtime.NormDensityDouble,Tix.Runtime.NormDensityDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.NormDensityDouble.op_Addition(Tix.Runtime.NormDensityDouble,Tix.Runtime.NormDensityDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.NormDensityDouble.op_Subtraction(Tix.Runtime.NormDensityDouble,Tix.Runtime.NormDensityDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.NormDensityDouble.op_GreaterThan(Tix.Runtime.NormDensityDouble,Tix.Runtime.NormDensityDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.NormDensityDouble.op_GreaterThanOrEqual(Tix.Runtime.NormDensityDouble,Tix.Runtime.NormDensityDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.NormDensityDouble.op_LessThan(Tix.Runtime.NormDensityDouble,Tix.Runtime.NormDensityDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.NormDensityDouble.op_LessThanOrEqual(Tix.Runtime.NormDensityDouble,Tix.Runtime.NormDensityDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.NormDensityDouble.op_Multiply(Tix.Runtime.NormDensityDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.NormDensityDouble.op_Multiply(System.Double,Tix.Runtime.NormDensityDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.NormDensityDouble.op_Division(Tix.Runtime.NormDensityDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.NormDensityDouble.op_Division(Tix.Runtime.NormDensityDouble,Tix.Runtime.NormDensityDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.NormDensityDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.NormDensityDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.NormDensityDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.NormDensityDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.NormDensityDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.NormDensityDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.NormDensityDouble"/>.</returns> </member> <member name="M:Tix.Runtime.NormDensityDouble.CompareTo(Tix.Runtime.NormDensityDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.NormDensityDouble.IsEqual(Tix.Runtime.NormDensityDouble,Tix.Runtime.NormDensityDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.NormDensityDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.NormDensityDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.NormDensityDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.OrderCountDouble"> <summary>The OrderCount double value class (Varcode is ORDECNT).</summary> </member> <member name="M:Tix.Runtime.OrderCountDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.OrderCountDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.OrderCountDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.OrderCountDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.OrderCountDouble.#ctor(Tix.Runtime.OrderCountDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.OrderCountDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.OrderCountDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.OrderCountDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.OrderCountDouble.op_Equality(Tix.Runtime.OrderCountDouble,Tix.Runtime.OrderCountDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.OrderCountDouble.op_Inequality(Tix.Runtime.OrderCountDouble,Tix.Runtime.OrderCountDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.OrderCountDouble.op_Addition(Tix.Runtime.OrderCountDouble,Tix.Runtime.OrderCountDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.OrderCountDouble.op_Subtraction(Tix.Runtime.OrderCountDouble,Tix.Runtime.OrderCountDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.OrderCountDouble.op_GreaterThan(Tix.Runtime.OrderCountDouble,Tix.Runtime.OrderCountDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.OrderCountDouble.op_GreaterThanOrEqual(Tix.Runtime.OrderCountDouble,Tix.Runtime.OrderCountDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.OrderCountDouble.op_LessThan(Tix.Runtime.OrderCountDouble,Tix.Runtime.OrderCountDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.OrderCountDouble.op_LessThanOrEqual(Tix.Runtime.OrderCountDouble,Tix.Runtime.OrderCountDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.OrderCountDouble.op_Multiply(Tix.Runtime.OrderCountDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.OrderCountDouble.op_Multiply(System.Double,Tix.Runtime.OrderCountDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.OrderCountDouble.op_Division(Tix.Runtime.OrderCountDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.OrderCountDouble.op_Division(Tix.Runtime.OrderCountDouble,Tix.Runtime.OrderCountDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.OrderCountDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.OrderCountDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.OrderCountDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.OrderCountDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.OrderCountDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.OrderCountDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.OrderCountDouble"/>.</returns> </member> <member name="M:Tix.Runtime.OrderCountDouble.CompareTo(Tix.Runtime.OrderCountDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.OrderCountDouble.IsEqual(Tix.Runtime.OrderCountDouble,Tix.Runtime.OrderCountDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.OrderCountDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.OrderCountDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.OrderCountDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.PackageWeightDouble"> <summary>The PackageWeight double value class (Varcode is PACKAGEWEIG).</summary> </member> <member name="M:Tix.Runtime.PackageWeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PackageWeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.PackageWeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PackageWeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.PackageWeightDouble.#ctor(Tix.Runtime.PackageWeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PackageWeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.PackageWeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.PackageWeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.PackageWeightDouble.op_Equality(Tix.Runtime.PackageWeightDouble,Tix.Runtime.PackageWeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageWeightDouble.op_Inequality(Tix.Runtime.PackageWeightDouble,Tix.Runtime.PackageWeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageWeightDouble.op_Addition(Tix.Runtime.PackageWeightDouble,Tix.Runtime.PackageWeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageWeightDouble.op_Subtraction(Tix.Runtime.PackageWeightDouble,Tix.Runtime.PackageWeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageWeightDouble.op_GreaterThan(Tix.Runtime.PackageWeightDouble,Tix.Runtime.PackageWeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageWeightDouble.op_GreaterThanOrEqual(Tix.Runtime.PackageWeightDouble,Tix.Runtime.PackageWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageWeightDouble.op_LessThan(Tix.Runtime.PackageWeightDouble,Tix.Runtime.PackageWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageWeightDouble.op_LessThanOrEqual(Tix.Runtime.PackageWeightDouble,Tix.Runtime.PackageWeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageWeightDouble.op_Multiply(Tix.Runtime.PackageWeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageWeightDouble.op_Multiply(System.Double,Tix.Runtime.PackageWeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageWeightDouble.op_Division(Tix.Runtime.PackageWeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageWeightDouble.op_Division(Tix.Runtime.PackageWeightDouble,Tix.Runtime.PackageWeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageWeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.PackageWeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.PackageWeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.PackageWeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.PackageWeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.PackageWeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.PackageWeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.PackageWeightDouble.CompareTo(Tix.Runtime.PackageWeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.PackageWeightDouble.IsEqual(Tix.Runtime.PackageWeightDouble,Tix.Runtime.PackageWeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.PackageWeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.PackageWeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.PackageWeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.PackageRawMaterialCountDouble"> <summary>The PackageRawMaterialCount double value class (Varcode is PACKRAWMCNT).</summary> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PackageRawMaterialCountDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PackageRawMaterialCountDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.#ctor(Tix.Runtime.PackageRawMaterialCountDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PackageRawMaterialCountDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.PackageRawMaterialCountDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.op_Equality(Tix.Runtime.PackageRawMaterialCountDouble,Tix.Runtime.PackageRawMaterialCountDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.op_Inequality(Tix.Runtime.PackageRawMaterialCountDouble,Tix.Runtime.PackageRawMaterialCountDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.op_Addition(Tix.Runtime.PackageRawMaterialCountDouble,Tix.Runtime.PackageRawMaterialCountDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.op_Subtraction(Tix.Runtime.PackageRawMaterialCountDouble,Tix.Runtime.PackageRawMaterialCountDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.op_GreaterThan(Tix.Runtime.PackageRawMaterialCountDouble,Tix.Runtime.PackageRawMaterialCountDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.op_GreaterThanOrEqual(Tix.Runtime.PackageRawMaterialCountDouble,Tix.Runtime.PackageRawMaterialCountDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.op_LessThan(Tix.Runtime.PackageRawMaterialCountDouble,Tix.Runtime.PackageRawMaterialCountDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.op_LessThanOrEqual(Tix.Runtime.PackageRawMaterialCountDouble,Tix.Runtime.PackageRawMaterialCountDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.op_Multiply(Tix.Runtime.PackageRawMaterialCountDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.op_Multiply(System.Double,Tix.Runtime.PackageRawMaterialCountDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.op_Division(Tix.Runtime.PackageRawMaterialCountDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.op_Division(Tix.Runtime.PackageRawMaterialCountDouble,Tix.Runtime.PackageRawMaterialCountDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.PackageRawMaterialCountDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.PackageRawMaterialCountDouble"/>.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.CompareTo(Tix.Runtime.PackageRawMaterialCountDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialCountDouble.IsEqual(Tix.Runtime.PackageRawMaterialCountDouble,Tix.Runtime.PackageRawMaterialCountDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.PackageRawMaterialCountDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.PackageRawMaterialCountDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.PackageRawMaterialCountDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.PackageRawMaterialWeightDouble"> <summary>The PackageRawMaterialWeight double value class (Varcode is PACKRAWMWEIG).</summary> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PackageRawMaterialWeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PackageRawMaterialWeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.#ctor(Tix.Runtime.PackageRawMaterialWeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PackageRawMaterialWeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.PackageRawMaterialWeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.op_Equality(Tix.Runtime.PackageRawMaterialWeightDouble,Tix.Runtime.PackageRawMaterialWeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.op_Inequality(Tix.Runtime.PackageRawMaterialWeightDouble,Tix.Runtime.PackageRawMaterialWeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.op_Addition(Tix.Runtime.PackageRawMaterialWeightDouble,Tix.Runtime.PackageRawMaterialWeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.op_Subtraction(Tix.Runtime.PackageRawMaterialWeightDouble,Tix.Runtime.PackageRawMaterialWeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.op_GreaterThan(Tix.Runtime.PackageRawMaterialWeightDouble,Tix.Runtime.PackageRawMaterialWeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.op_GreaterThanOrEqual(Tix.Runtime.PackageRawMaterialWeightDouble,Tix.Runtime.PackageRawMaterialWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.op_LessThan(Tix.Runtime.PackageRawMaterialWeightDouble,Tix.Runtime.PackageRawMaterialWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.op_LessThanOrEqual(Tix.Runtime.PackageRawMaterialWeightDouble,Tix.Runtime.PackageRawMaterialWeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.op_Multiply(Tix.Runtime.PackageRawMaterialWeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.op_Multiply(System.Double,Tix.Runtime.PackageRawMaterialWeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.op_Division(Tix.Runtime.PackageRawMaterialWeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.op_Division(Tix.Runtime.PackageRawMaterialWeightDouble,Tix.Runtime.PackageRawMaterialWeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.PackageRawMaterialWeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.PackageRawMaterialWeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.CompareTo(Tix.Runtime.PackageRawMaterialWeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.PackageRawMaterialWeightDouble.IsEqual(Tix.Runtime.PackageRawMaterialWeightDouble,Tix.Runtime.PackageRawMaterialWeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.PackageRawMaterialWeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.PackageRawMaterialWeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.PackageRawMaterialWeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.PalletWeightDouble"> <summary>The PalletWeight double value class (Varcode is PALLETWEIG).</summary> </member> <member name="M:Tix.Runtime.PalletWeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PalletWeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.PalletWeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PalletWeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.PalletWeightDouble.#ctor(Tix.Runtime.PalletWeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PalletWeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.PalletWeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.PalletWeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.PalletWeightDouble.op_Equality(Tix.Runtime.PalletWeightDouble,Tix.Runtime.PalletWeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletWeightDouble.op_Inequality(Tix.Runtime.PalletWeightDouble,Tix.Runtime.PalletWeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletWeightDouble.op_Addition(Tix.Runtime.PalletWeightDouble,Tix.Runtime.PalletWeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletWeightDouble.op_Subtraction(Tix.Runtime.PalletWeightDouble,Tix.Runtime.PalletWeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletWeightDouble.op_GreaterThan(Tix.Runtime.PalletWeightDouble,Tix.Runtime.PalletWeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletWeightDouble.op_GreaterThanOrEqual(Tix.Runtime.PalletWeightDouble,Tix.Runtime.PalletWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletWeightDouble.op_LessThan(Tix.Runtime.PalletWeightDouble,Tix.Runtime.PalletWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletWeightDouble.op_LessThanOrEqual(Tix.Runtime.PalletWeightDouble,Tix.Runtime.PalletWeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletWeightDouble.op_Multiply(Tix.Runtime.PalletWeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletWeightDouble.op_Multiply(System.Double,Tix.Runtime.PalletWeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletWeightDouble.op_Division(Tix.Runtime.PalletWeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletWeightDouble.op_Division(Tix.Runtime.PalletWeightDouble,Tix.Runtime.PalletWeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletWeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.PalletWeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.PalletWeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.PalletWeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.PalletWeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.PalletWeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.PalletWeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.PalletWeightDouble.CompareTo(Tix.Runtime.PalletWeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.PalletWeightDouble.IsEqual(Tix.Runtime.PalletWeightDouble,Tix.Runtime.PalletWeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.PalletWeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.PalletWeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.PalletWeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.PileHeightDouble"> <summary>The PileHeight double value class (Varcode is PILEHEIG).</summary> </member> <member name="M:Tix.Runtime.PileHeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PileHeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.PileHeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PileHeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.PileHeightDouble.#ctor(Tix.Runtime.PileHeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PileHeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.PileHeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.PileHeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.PileHeightDouble.op_Equality(Tix.Runtime.PileHeightDouble,Tix.Runtime.PileHeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PileHeightDouble.op_Inequality(Tix.Runtime.PileHeightDouble,Tix.Runtime.PileHeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PileHeightDouble.op_Addition(Tix.Runtime.PileHeightDouble,Tix.Runtime.PileHeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PileHeightDouble.op_Subtraction(Tix.Runtime.PileHeightDouble,Tix.Runtime.PileHeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PileHeightDouble.op_GreaterThan(Tix.Runtime.PileHeightDouble,Tix.Runtime.PileHeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PileHeightDouble.op_GreaterThanOrEqual(Tix.Runtime.PileHeightDouble,Tix.Runtime.PileHeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PileHeightDouble.op_LessThan(Tix.Runtime.PileHeightDouble,Tix.Runtime.PileHeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PileHeightDouble.op_LessThanOrEqual(Tix.Runtime.PileHeightDouble,Tix.Runtime.PileHeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PileHeightDouble.op_Multiply(Tix.Runtime.PileHeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PileHeightDouble.op_Multiply(System.Double,Tix.Runtime.PileHeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PileHeightDouble.op_Division(Tix.Runtime.PileHeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PileHeightDouble.op_Division(Tix.Runtime.PileHeightDouble,Tix.Runtime.PileHeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PileHeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.PileHeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.PileHeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.PileHeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.PileHeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.PileHeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.PileHeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.PileHeightDouble.CompareTo(Tix.Runtime.PileHeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.PileHeightDouble.IsEqual(Tix.Runtime.PileHeightDouble,Tix.Runtime.PileHeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.PileHeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.PileHeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.PileHeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.ProdAmountDouble"> <summary>The ProdAmount double value class (Varcode is PRODAMNT).</summary> </member> <member name="M:Tix.Runtime.ProdAmountDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdAmountDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.ProdAmountDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdAmountDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ProdAmountDouble.#ctor(Tix.Runtime.ProdAmountDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdAmountDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.ProdAmountDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.ProdAmountDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.ProdAmountDouble.op_Equality(Tix.Runtime.ProdAmountDouble,Tix.Runtime.ProdAmountDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmountDouble.op_Inequality(Tix.Runtime.ProdAmountDouble,Tix.Runtime.ProdAmountDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmountDouble.op_Addition(Tix.Runtime.ProdAmountDouble,Tix.Runtime.ProdAmountDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmountDouble.op_Subtraction(Tix.Runtime.ProdAmountDouble,Tix.Runtime.ProdAmountDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmountDouble.op_GreaterThan(Tix.Runtime.ProdAmountDouble,Tix.Runtime.ProdAmountDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmountDouble.op_GreaterThanOrEqual(Tix.Runtime.ProdAmountDouble,Tix.Runtime.ProdAmountDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmountDouble.op_LessThan(Tix.Runtime.ProdAmountDouble,Tix.Runtime.ProdAmountDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmountDouble.op_LessThanOrEqual(Tix.Runtime.ProdAmountDouble,Tix.Runtime.ProdAmountDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmountDouble.op_Multiply(Tix.Runtime.ProdAmountDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmountDouble.op_Multiply(System.Double,Tix.Runtime.ProdAmountDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmountDouble.op_Division(Tix.Runtime.ProdAmountDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmountDouble.op_Division(Tix.Runtime.ProdAmountDouble,Tix.Runtime.ProdAmountDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmountDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.ProdAmountDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.ProdAmountDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.ProdAmountDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ProdAmountDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.ProdAmountDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ProdAmountDouble"/>.</returns> </member> <member name="M:Tix.Runtime.ProdAmountDouble.CompareTo(Tix.Runtime.ProdAmountDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.ProdAmountDouble.IsEqual(Tix.Runtime.ProdAmountDouble,Tix.Runtime.ProdAmountDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.ProdAmountDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.ProdAmountDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.ProdAmountDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.ProdAmount3dDouble"> <summary>The ProdAmount3d double value class (Varcode is PRODAMNT3D).</summary> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdAmount3dDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdAmount3dDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.#ctor(Tix.Runtime.ProdAmount3dDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdAmount3dDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.ProdAmount3dDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.op_Equality(Tix.Runtime.ProdAmount3dDouble,Tix.Runtime.ProdAmount3dDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.op_Inequality(Tix.Runtime.ProdAmount3dDouble,Tix.Runtime.ProdAmount3dDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.op_Addition(Tix.Runtime.ProdAmount3dDouble,Tix.Runtime.ProdAmount3dDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.op_Subtraction(Tix.Runtime.ProdAmount3dDouble,Tix.Runtime.ProdAmount3dDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.op_GreaterThan(Tix.Runtime.ProdAmount3dDouble,Tix.Runtime.ProdAmount3dDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.op_GreaterThanOrEqual(Tix.Runtime.ProdAmount3dDouble,Tix.Runtime.ProdAmount3dDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.op_LessThan(Tix.Runtime.ProdAmount3dDouble,Tix.Runtime.ProdAmount3dDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.op_LessThanOrEqual(Tix.Runtime.ProdAmount3dDouble,Tix.Runtime.ProdAmount3dDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.op_Multiply(Tix.Runtime.ProdAmount3dDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.op_Multiply(System.Double,Tix.Runtime.ProdAmount3dDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.op_Division(Tix.Runtime.ProdAmount3dDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.op_Division(Tix.Runtime.ProdAmount3dDouble,Tix.Runtime.ProdAmount3dDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ProdAmount3dDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ProdAmount3dDouble"/>.</returns> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.CompareTo(Tix.Runtime.ProdAmount3dDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.ProdAmount3dDouble.IsEqual(Tix.Runtime.ProdAmount3dDouble,Tix.Runtime.ProdAmount3dDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.ProdAmount3dDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.ProdAmount3dDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.ProdAmount3dDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.ProdRateDouble"> <summary>The ProdRate double value class (Varcode is PRODRATE).</summary> </member> <member name="M:Tix.Runtime.ProdRateDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdRateDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.ProdRateDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdRateDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ProdRateDouble.#ctor(Tix.Runtime.ProdRateDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdRateDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.ProdRateDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.ProdRateDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.ProdRateDouble.op_Equality(Tix.Runtime.ProdRateDouble,Tix.Runtime.ProdRateDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateDouble.op_Inequality(Tix.Runtime.ProdRateDouble,Tix.Runtime.ProdRateDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateDouble.op_Addition(Tix.Runtime.ProdRateDouble,Tix.Runtime.ProdRateDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateDouble.op_Subtraction(Tix.Runtime.ProdRateDouble,Tix.Runtime.ProdRateDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateDouble.op_GreaterThan(Tix.Runtime.ProdRateDouble,Tix.Runtime.ProdRateDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateDouble.op_GreaterThanOrEqual(Tix.Runtime.ProdRateDouble,Tix.Runtime.ProdRateDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateDouble.op_LessThan(Tix.Runtime.ProdRateDouble,Tix.Runtime.ProdRateDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateDouble.op_LessThanOrEqual(Tix.Runtime.ProdRateDouble,Tix.Runtime.ProdRateDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateDouble.op_Multiply(Tix.Runtime.ProdRateDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateDouble.op_Multiply(System.Double,Tix.Runtime.ProdRateDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateDouble.op_Division(Tix.Runtime.ProdRateDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateDouble.op_Division(Tix.Runtime.ProdRateDouble,Tix.Runtime.ProdRateDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdRateDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.ProdRateDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.ProdRateDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.ProdRateDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ProdRateDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.ProdRateDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ProdRateDouble"/>.</returns> </member> <member name="M:Tix.Runtime.ProdRateDouble.CompareTo(Tix.Runtime.ProdRateDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.ProdRateDouble.IsEqual(Tix.Runtime.ProdRateDouble,Tix.Runtime.ProdRateDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.ProdRateDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.ProdRateDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.ProdRateDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.ProdSpeedDouble"> <summary>The ProdSpeed double value class (Varcode is PRODSPEED).</summary> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdSpeedDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdSpeedDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.#ctor(Tix.Runtime.ProdSpeedDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdSpeedDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.ProdSpeedDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.op_Equality(Tix.Runtime.ProdSpeedDouble,Tix.Runtime.ProdSpeedDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.op_Inequality(Tix.Runtime.ProdSpeedDouble,Tix.Runtime.ProdSpeedDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.op_Addition(Tix.Runtime.ProdSpeedDouble,Tix.Runtime.ProdSpeedDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.op_Subtraction(Tix.Runtime.ProdSpeedDouble,Tix.Runtime.ProdSpeedDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.op_GreaterThan(Tix.Runtime.ProdSpeedDouble,Tix.Runtime.ProdSpeedDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.op_GreaterThanOrEqual(Tix.Runtime.ProdSpeedDouble,Tix.Runtime.ProdSpeedDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.op_LessThan(Tix.Runtime.ProdSpeedDouble,Tix.Runtime.ProdSpeedDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.op_LessThanOrEqual(Tix.Runtime.ProdSpeedDouble,Tix.Runtime.ProdSpeedDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.op_Multiply(Tix.Runtime.ProdSpeedDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.op_Multiply(System.Double,Tix.Runtime.ProdSpeedDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.op_Division(Tix.Runtime.ProdSpeedDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.op_Division(Tix.Runtime.ProdSpeedDouble,Tix.Runtime.ProdSpeedDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ProdSpeedDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ProdSpeedDouble"/>.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.CompareTo(Tix.Runtime.ProdSpeedDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.ProdSpeedDouble.IsEqual(Tix.Runtime.ProdSpeedDouble,Tix.Runtime.ProdSpeedDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.ProdSpeedDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.ProdSpeedDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.ProdSpeedDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.ProdSpeedMhDouble"> <summary>The ProdSpeedMh double value class (Varcode is PRODSPEED-MH).</summary> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdSpeedMhDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdSpeedMhDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.#ctor(Tix.Runtime.ProdSpeedMhDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ProdSpeedMhDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.ProdSpeedMhDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.op_Equality(Tix.Runtime.ProdSpeedMhDouble,Tix.Runtime.ProdSpeedMhDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.op_Inequality(Tix.Runtime.ProdSpeedMhDouble,Tix.Runtime.ProdSpeedMhDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.op_Addition(Tix.Runtime.ProdSpeedMhDouble,Tix.Runtime.ProdSpeedMhDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.op_Subtraction(Tix.Runtime.ProdSpeedMhDouble,Tix.Runtime.ProdSpeedMhDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.op_GreaterThan(Tix.Runtime.ProdSpeedMhDouble,Tix.Runtime.ProdSpeedMhDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.op_GreaterThanOrEqual(Tix.Runtime.ProdSpeedMhDouble,Tix.Runtime.ProdSpeedMhDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.op_LessThan(Tix.Runtime.ProdSpeedMhDouble,Tix.Runtime.ProdSpeedMhDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.op_LessThanOrEqual(Tix.Runtime.ProdSpeedMhDouble,Tix.Runtime.ProdSpeedMhDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.op_Multiply(Tix.Runtime.ProdSpeedMhDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.op_Multiply(System.Double,Tix.Runtime.ProdSpeedMhDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.op_Division(Tix.Runtime.ProdSpeedMhDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.op_Division(Tix.Runtime.ProdSpeedMhDouble,Tix.Runtime.ProdSpeedMhDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ProdSpeedMhDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ProdSpeedMhDouble"/>.</returns> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.CompareTo(Tix.Runtime.ProdSpeedMhDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.ProdSpeedMhDouble.IsEqual(Tix.Runtime.ProdSpeedMhDouble,Tix.Runtime.ProdSpeedMhDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.ProdSpeedMhDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.ProdSpeedMhDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.ProdSpeedMhDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.QuotaAreaDouble"> <summary>The QuotaArea double value class (Varcode is QUOTAAREA).</summary> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.QuotaAreaDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.QuotaAreaDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.#ctor(Tix.Runtime.QuotaAreaDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.QuotaAreaDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.QuotaAreaDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.op_Equality(Tix.Runtime.QuotaAreaDouble,Tix.Runtime.QuotaAreaDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.op_Inequality(Tix.Runtime.QuotaAreaDouble,Tix.Runtime.QuotaAreaDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.op_Addition(Tix.Runtime.QuotaAreaDouble,Tix.Runtime.QuotaAreaDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.op_Subtraction(Tix.Runtime.QuotaAreaDouble,Tix.Runtime.QuotaAreaDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.op_GreaterThan(Tix.Runtime.QuotaAreaDouble,Tix.Runtime.QuotaAreaDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.op_GreaterThanOrEqual(Tix.Runtime.QuotaAreaDouble,Tix.Runtime.QuotaAreaDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.op_LessThan(Tix.Runtime.QuotaAreaDouble,Tix.Runtime.QuotaAreaDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.op_LessThanOrEqual(Tix.Runtime.QuotaAreaDouble,Tix.Runtime.QuotaAreaDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.op_Multiply(Tix.Runtime.QuotaAreaDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.op_Multiply(System.Double,Tix.Runtime.QuotaAreaDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.op_Division(Tix.Runtime.QuotaAreaDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.op_Division(Tix.Runtime.QuotaAreaDouble,Tix.Runtime.QuotaAreaDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.QuotaAreaDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.QuotaAreaDouble"/>.</returns> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.CompareTo(Tix.Runtime.QuotaAreaDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.QuotaAreaDouble.IsEqual(Tix.Runtime.QuotaAreaDouble,Tix.Runtime.QuotaAreaDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.QuotaAreaDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.QuotaAreaDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.QuotaAreaDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.QuotaWeightDouble"> <summary>The QuotaWeight double value class (Varcode is QUOTAWEIG).</summary> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.QuotaWeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.QuotaWeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.#ctor(Tix.Runtime.QuotaWeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.QuotaWeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.QuotaWeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.op_Equality(Tix.Runtime.QuotaWeightDouble,Tix.Runtime.QuotaWeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.op_Inequality(Tix.Runtime.QuotaWeightDouble,Tix.Runtime.QuotaWeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.op_Addition(Tix.Runtime.QuotaWeightDouble,Tix.Runtime.QuotaWeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.op_Subtraction(Tix.Runtime.QuotaWeightDouble,Tix.Runtime.QuotaWeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.op_GreaterThan(Tix.Runtime.QuotaWeightDouble,Tix.Runtime.QuotaWeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.op_GreaterThanOrEqual(Tix.Runtime.QuotaWeightDouble,Tix.Runtime.QuotaWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.op_LessThan(Tix.Runtime.QuotaWeightDouble,Tix.Runtime.QuotaWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.op_LessThanOrEqual(Tix.Runtime.QuotaWeightDouble,Tix.Runtime.QuotaWeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.op_Multiply(Tix.Runtime.QuotaWeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.op_Multiply(System.Double,Tix.Runtime.QuotaWeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.op_Division(Tix.Runtime.QuotaWeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.op_Division(Tix.Runtime.QuotaWeightDouble,Tix.Runtime.QuotaWeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.QuotaWeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.QuotaWeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.CompareTo(Tix.Runtime.QuotaWeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.QuotaWeightDouble.IsEqual(Tix.Runtime.QuotaWeightDouble,Tix.Runtime.QuotaWeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.QuotaWeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.QuotaWeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.QuotaWeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.RawCountDouble"> <summary>The RawCount double value class (Varcode is RAWMCNT).</summary> </member> <member name="M:Tix.Runtime.RawCountDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RawCountDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.RawCountDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RawCountDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.RawCountDouble.#ctor(Tix.Runtime.RawCountDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RawCountDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.RawCountDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.RawCountDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.RawCountDouble.op_Equality(Tix.Runtime.RawCountDouble,Tix.Runtime.RawCountDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RawCountDouble.op_Inequality(Tix.Runtime.RawCountDouble,Tix.Runtime.RawCountDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RawCountDouble.op_Addition(Tix.Runtime.RawCountDouble,Tix.Runtime.RawCountDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RawCountDouble.op_Subtraction(Tix.Runtime.RawCountDouble,Tix.Runtime.RawCountDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RawCountDouble.op_GreaterThan(Tix.Runtime.RawCountDouble,Tix.Runtime.RawCountDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RawCountDouble.op_GreaterThanOrEqual(Tix.Runtime.RawCountDouble,Tix.Runtime.RawCountDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RawCountDouble.op_LessThan(Tix.Runtime.RawCountDouble,Tix.Runtime.RawCountDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RawCountDouble.op_LessThanOrEqual(Tix.Runtime.RawCountDouble,Tix.Runtime.RawCountDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RawCountDouble.op_Multiply(Tix.Runtime.RawCountDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RawCountDouble.op_Multiply(System.Double,Tix.Runtime.RawCountDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RawCountDouble.op_Division(Tix.Runtime.RawCountDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RawCountDouble.op_Division(Tix.Runtime.RawCountDouble,Tix.Runtime.RawCountDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RawCountDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.RawCountDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.RawCountDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.RawCountDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.RawCountDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.RawCountDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.RawCountDouble"/>.</returns> </member> <member name="M:Tix.Runtime.RawCountDouble.CompareTo(Tix.Runtime.RawCountDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.RawCountDouble.IsEqual(Tix.Runtime.RawCountDouble,Tix.Runtime.RawCountDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.RawCountDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.RawCountDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.RawCountDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.ReamWeightDouble"> <summary>The ReamWeight double value class (Varcode is REAMWEIG).</summary> </member> <member name="M:Tix.Runtime.ReamWeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ReamWeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.ReamWeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ReamWeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ReamWeightDouble.#ctor(Tix.Runtime.ReamWeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ReamWeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.ReamWeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.ReamWeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.ReamWeightDouble.op_Equality(Tix.Runtime.ReamWeightDouble,Tix.Runtime.ReamWeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ReamWeightDouble.op_Inequality(Tix.Runtime.ReamWeightDouble,Tix.Runtime.ReamWeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ReamWeightDouble.op_Addition(Tix.Runtime.ReamWeightDouble,Tix.Runtime.ReamWeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ReamWeightDouble.op_Subtraction(Tix.Runtime.ReamWeightDouble,Tix.Runtime.ReamWeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ReamWeightDouble.op_GreaterThan(Tix.Runtime.ReamWeightDouble,Tix.Runtime.ReamWeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ReamWeightDouble.op_GreaterThanOrEqual(Tix.Runtime.ReamWeightDouble,Tix.Runtime.ReamWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ReamWeightDouble.op_LessThan(Tix.Runtime.ReamWeightDouble,Tix.Runtime.ReamWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ReamWeightDouble.op_LessThanOrEqual(Tix.Runtime.ReamWeightDouble,Tix.Runtime.ReamWeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ReamWeightDouble.op_Multiply(Tix.Runtime.ReamWeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ReamWeightDouble.op_Multiply(System.Double,Tix.Runtime.ReamWeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ReamWeightDouble.op_Division(Tix.Runtime.ReamWeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ReamWeightDouble.op_Division(Tix.Runtime.ReamWeightDouble,Tix.Runtime.ReamWeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ReamWeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.ReamWeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.ReamWeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.ReamWeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ReamWeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.ReamWeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ReamWeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.ReamWeightDouble.CompareTo(Tix.Runtime.ReamWeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.ReamWeightDouble.IsEqual(Tix.Runtime.ReamWeightDouble,Tix.Runtime.ReamWeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.ReamWeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.ReamWeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.ReamWeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.RecipePercentDouble"> <summary>The RecipePercent double value class (Varcode is RECIPEPCT).</summary> </member> <member name="M:Tix.Runtime.RecipePercentDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RecipePercentDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.RecipePercentDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RecipePercentDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.RecipePercentDouble.#ctor(Tix.Runtime.RecipePercentDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RecipePercentDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.RecipePercentDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.RecipePercentDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.RecipePercentDouble.op_Equality(Tix.Runtime.RecipePercentDouble,Tix.Runtime.RecipePercentDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RecipePercentDouble.op_Inequality(Tix.Runtime.RecipePercentDouble,Tix.Runtime.RecipePercentDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RecipePercentDouble.op_Addition(Tix.Runtime.RecipePercentDouble,Tix.Runtime.RecipePercentDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RecipePercentDouble.op_Subtraction(Tix.Runtime.RecipePercentDouble,Tix.Runtime.RecipePercentDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RecipePercentDouble.op_GreaterThan(Tix.Runtime.RecipePercentDouble,Tix.Runtime.RecipePercentDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RecipePercentDouble.op_GreaterThanOrEqual(Tix.Runtime.RecipePercentDouble,Tix.Runtime.RecipePercentDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RecipePercentDouble.op_LessThan(Tix.Runtime.RecipePercentDouble,Tix.Runtime.RecipePercentDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RecipePercentDouble.op_LessThanOrEqual(Tix.Runtime.RecipePercentDouble,Tix.Runtime.RecipePercentDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RecipePercentDouble.op_Multiply(Tix.Runtime.RecipePercentDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RecipePercentDouble.op_Multiply(System.Double,Tix.Runtime.RecipePercentDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RecipePercentDouble.op_Division(Tix.Runtime.RecipePercentDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RecipePercentDouble.op_Division(Tix.Runtime.RecipePercentDouble,Tix.Runtime.RecipePercentDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RecipePercentDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.RecipePercentDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.RecipePercentDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.RecipePercentDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.RecipePercentDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.RecipePercentDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.RecipePercentDouble"/>.</returns> </member> <member name="M:Tix.Runtime.RecipePercentDouble.CompareTo(Tix.Runtime.RecipePercentDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.RecipePercentDouble.IsEqual(Tix.Runtime.RecipePercentDouble,Tix.Runtime.RecipePercentDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.RecipePercentDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.RecipePercentDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.RecipePercentDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.ResistanceDouble"> <summary>The Resistance double value class (Varcode is RESISTANCE).</summary> </member> <member name="M:Tix.Runtime.ResistanceDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ResistanceDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.ResistanceDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ResistanceDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ResistanceDouble.#ctor(Tix.Runtime.ResistanceDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ResistanceDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.ResistanceDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.ResistanceDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.ResistanceDouble.op_Equality(Tix.Runtime.ResistanceDouble,Tix.Runtime.ResistanceDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ResistanceDouble.op_Inequality(Tix.Runtime.ResistanceDouble,Tix.Runtime.ResistanceDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ResistanceDouble.op_Addition(Tix.Runtime.ResistanceDouble,Tix.Runtime.ResistanceDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ResistanceDouble.op_Subtraction(Tix.Runtime.ResistanceDouble,Tix.Runtime.ResistanceDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ResistanceDouble.op_GreaterThan(Tix.Runtime.ResistanceDouble,Tix.Runtime.ResistanceDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ResistanceDouble.op_GreaterThanOrEqual(Tix.Runtime.ResistanceDouble,Tix.Runtime.ResistanceDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ResistanceDouble.op_LessThan(Tix.Runtime.ResistanceDouble,Tix.Runtime.ResistanceDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ResistanceDouble.op_LessThanOrEqual(Tix.Runtime.ResistanceDouble,Tix.Runtime.ResistanceDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ResistanceDouble.op_Multiply(Tix.Runtime.ResistanceDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ResistanceDouble.op_Multiply(System.Double,Tix.Runtime.ResistanceDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ResistanceDouble.op_Division(Tix.Runtime.ResistanceDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ResistanceDouble.op_Division(Tix.Runtime.ResistanceDouble,Tix.Runtime.ResistanceDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ResistanceDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.ResistanceDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.ResistanceDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.ResistanceDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ResistanceDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.ResistanceDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ResistanceDouble"/>.</returns> </member> <member name="M:Tix.Runtime.ResistanceDouble.CompareTo(Tix.Runtime.ResistanceDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.ResistanceDouble.IsEqual(Tix.Runtime.ResistanceDouble,Tix.Runtime.ResistanceDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.ResistanceDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.ResistanceDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.ResistanceDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.RollAreaDouble"> <summary>The RollArea double value class (Varcode is ROLLAREA).</summary> </member> <member name="M:Tix.Runtime.RollAreaDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollAreaDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.RollAreaDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollAreaDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.RollAreaDouble.#ctor(Tix.Runtime.RollAreaDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollAreaDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.RollAreaDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.RollAreaDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.RollAreaDouble.op_Equality(Tix.Runtime.RollAreaDouble,Tix.Runtime.RollAreaDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollAreaDouble.op_Inequality(Tix.Runtime.RollAreaDouble,Tix.Runtime.RollAreaDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollAreaDouble.op_Addition(Tix.Runtime.RollAreaDouble,Tix.Runtime.RollAreaDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollAreaDouble.op_Subtraction(Tix.Runtime.RollAreaDouble,Tix.Runtime.RollAreaDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollAreaDouble.op_GreaterThan(Tix.Runtime.RollAreaDouble,Tix.Runtime.RollAreaDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollAreaDouble.op_GreaterThanOrEqual(Tix.Runtime.RollAreaDouble,Tix.Runtime.RollAreaDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollAreaDouble.op_LessThan(Tix.Runtime.RollAreaDouble,Tix.Runtime.RollAreaDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollAreaDouble.op_LessThanOrEqual(Tix.Runtime.RollAreaDouble,Tix.Runtime.RollAreaDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollAreaDouble.op_Multiply(Tix.Runtime.RollAreaDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollAreaDouble.op_Multiply(System.Double,Tix.Runtime.RollAreaDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollAreaDouble.op_Division(Tix.Runtime.RollAreaDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollAreaDouble.op_Division(Tix.Runtime.RollAreaDouble,Tix.Runtime.RollAreaDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollAreaDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.RollAreaDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.RollAreaDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.RollAreaDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.RollAreaDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.RollAreaDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.RollAreaDouble"/>.</returns> </member> <member name="M:Tix.Runtime.RollAreaDouble.CompareTo(Tix.Runtime.RollAreaDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.RollAreaDouble.IsEqual(Tix.Runtime.RollAreaDouble,Tix.Runtime.RollAreaDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.RollAreaDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.RollAreaDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.RollAreaDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.RollDiamDouble"> <summary>The RollDiam double value class (Varcode is ROLLDIAM).</summary> </member> <member name="M:Tix.Runtime.RollDiamDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollDiamDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.RollDiamDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollDiamDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.RollDiamDouble.#ctor(Tix.Runtime.RollDiamDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollDiamDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.RollDiamDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.RollDiamDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.RollDiamDouble.op_Equality(Tix.Runtime.RollDiamDouble,Tix.Runtime.RollDiamDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollDiamDouble.op_Inequality(Tix.Runtime.RollDiamDouble,Tix.Runtime.RollDiamDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollDiamDouble.op_Addition(Tix.Runtime.RollDiamDouble,Tix.Runtime.RollDiamDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollDiamDouble.op_Subtraction(Tix.Runtime.RollDiamDouble,Tix.Runtime.RollDiamDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollDiamDouble.op_GreaterThan(Tix.Runtime.RollDiamDouble,Tix.Runtime.RollDiamDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollDiamDouble.op_GreaterThanOrEqual(Tix.Runtime.RollDiamDouble,Tix.Runtime.RollDiamDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollDiamDouble.op_LessThan(Tix.Runtime.RollDiamDouble,Tix.Runtime.RollDiamDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollDiamDouble.op_LessThanOrEqual(Tix.Runtime.RollDiamDouble,Tix.Runtime.RollDiamDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollDiamDouble.op_Multiply(Tix.Runtime.RollDiamDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollDiamDouble.op_Multiply(System.Double,Tix.Runtime.RollDiamDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollDiamDouble.op_Division(Tix.Runtime.RollDiamDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollDiamDouble.op_Division(Tix.Runtime.RollDiamDouble,Tix.Runtime.RollDiamDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollDiamDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.RollDiamDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.RollDiamDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.RollDiamDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.RollDiamDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.RollDiamDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.RollDiamDouble"/>.</returns> </member> <member name="M:Tix.Runtime.RollDiamDouble.CompareTo(Tix.Runtime.RollDiamDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.RollDiamDouble.IsEqual(Tix.Runtime.RollDiamDouble,Tix.Runtime.RollDiamDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.RollDiamDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.RollDiamDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.RollDiamDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.RollLengthDouble"> <summary>The RollLength double value class (Varcode is ROLLLENG).</summary> </member> <member name="M:Tix.Runtime.RollLengthDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollLengthDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.RollLengthDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollLengthDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.RollLengthDouble.#ctor(Tix.Runtime.RollLengthDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollLengthDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.RollLengthDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.RollLengthDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.RollLengthDouble.op_Equality(Tix.Runtime.RollLengthDouble,Tix.Runtime.RollLengthDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollLengthDouble.op_Inequality(Tix.Runtime.RollLengthDouble,Tix.Runtime.RollLengthDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollLengthDouble.op_Addition(Tix.Runtime.RollLengthDouble,Tix.Runtime.RollLengthDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollLengthDouble.op_Subtraction(Tix.Runtime.RollLengthDouble,Tix.Runtime.RollLengthDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollLengthDouble.op_GreaterThan(Tix.Runtime.RollLengthDouble,Tix.Runtime.RollLengthDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollLengthDouble.op_GreaterThanOrEqual(Tix.Runtime.RollLengthDouble,Tix.Runtime.RollLengthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollLengthDouble.op_LessThan(Tix.Runtime.RollLengthDouble,Tix.Runtime.RollLengthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollLengthDouble.op_LessThanOrEqual(Tix.Runtime.RollLengthDouble,Tix.Runtime.RollLengthDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollLengthDouble.op_Multiply(Tix.Runtime.RollLengthDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollLengthDouble.op_Multiply(System.Double,Tix.Runtime.RollLengthDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollLengthDouble.op_Division(Tix.Runtime.RollLengthDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollLengthDouble.op_Division(Tix.Runtime.RollLengthDouble,Tix.Runtime.RollLengthDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollLengthDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.RollLengthDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.RollLengthDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.RollLengthDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.RollLengthDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.RollLengthDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.RollLengthDouble"/>.</returns> </member> <member name="M:Tix.Runtime.RollLengthDouble.CompareTo(Tix.Runtime.RollLengthDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.RollLengthDouble.IsEqual(Tix.Runtime.RollLengthDouble,Tix.Runtime.RollLengthDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.RollLengthDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.RollLengthDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.RollLengthDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.RollThicknessDouble"> <summary>The RollThickness double value class (Varcode is ROLLTHK).</summary> </member> <member name="M:Tix.Runtime.RollThicknessDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollThicknessDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.RollThicknessDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollThicknessDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.RollThicknessDouble.#ctor(Tix.Runtime.RollThicknessDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollThicknessDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.RollThicknessDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.RollThicknessDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.RollThicknessDouble.op_Equality(Tix.Runtime.RollThicknessDouble,Tix.Runtime.RollThicknessDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollThicknessDouble.op_Inequality(Tix.Runtime.RollThicknessDouble,Tix.Runtime.RollThicknessDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollThicknessDouble.op_Addition(Tix.Runtime.RollThicknessDouble,Tix.Runtime.RollThicknessDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollThicknessDouble.op_Subtraction(Tix.Runtime.RollThicknessDouble,Tix.Runtime.RollThicknessDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollThicknessDouble.op_GreaterThan(Tix.Runtime.RollThicknessDouble,Tix.Runtime.RollThicknessDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollThicknessDouble.op_GreaterThanOrEqual(Tix.Runtime.RollThicknessDouble,Tix.Runtime.RollThicknessDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollThicknessDouble.op_LessThan(Tix.Runtime.RollThicknessDouble,Tix.Runtime.RollThicknessDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollThicknessDouble.op_LessThanOrEqual(Tix.Runtime.RollThicknessDouble,Tix.Runtime.RollThicknessDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollThicknessDouble.op_Multiply(Tix.Runtime.RollThicknessDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollThicknessDouble.op_Multiply(System.Double,Tix.Runtime.RollThicknessDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollThicknessDouble.op_Division(Tix.Runtime.RollThicknessDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollThicknessDouble.op_Division(Tix.Runtime.RollThicknessDouble,Tix.Runtime.RollThicknessDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollThicknessDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.RollThicknessDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.RollThicknessDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.RollThicknessDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.RollThicknessDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.RollThicknessDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.RollThicknessDouble"/>.</returns> </member> <member name="M:Tix.Runtime.RollThicknessDouble.CompareTo(Tix.Runtime.RollThicknessDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.RollThicknessDouble.IsEqual(Tix.Runtime.RollThicknessDouble,Tix.Runtime.RollThicknessDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.RollThicknessDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.RollThicknessDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.RollThicknessDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.RollWeightDouble"> <summary>The RollWeight double value class (Varcode is ROLLWEIG).</summary> </member> <member name="M:Tix.Runtime.RollWeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollWeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.RollWeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollWeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.RollWeightDouble.#ctor(Tix.Runtime.RollWeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.RollWeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.RollWeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.RollWeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.RollWeightDouble.op_Equality(Tix.Runtime.RollWeightDouble,Tix.Runtime.RollWeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWeightDouble.op_Inequality(Tix.Runtime.RollWeightDouble,Tix.Runtime.RollWeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWeightDouble.op_Addition(Tix.Runtime.RollWeightDouble,Tix.Runtime.RollWeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWeightDouble.op_Subtraction(Tix.Runtime.RollWeightDouble,Tix.Runtime.RollWeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWeightDouble.op_GreaterThan(Tix.Runtime.RollWeightDouble,Tix.Runtime.RollWeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWeightDouble.op_GreaterThanOrEqual(Tix.Runtime.RollWeightDouble,Tix.Runtime.RollWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWeightDouble.op_LessThan(Tix.Runtime.RollWeightDouble,Tix.Runtime.RollWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWeightDouble.op_LessThanOrEqual(Tix.Runtime.RollWeightDouble,Tix.Runtime.RollWeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWeightDouble.op_Multiply(Tix.Runtime.RollWeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWeightDouble.op_Multiply(System.Double,Tix.Runtime.RollWeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWeightDouble.op_Division(Tix.Runtime.RollWeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWeightDouble.op_Division(Tix.Runtime.RollWeightDouble,Tix.Runtime.RollWeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.RollWeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.RollWeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.RollWeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.RollWeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.RollWeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.RollWeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.RollWeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.RollWeightDouble.CompareTo(Tix.Runtime.RollWeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.RollWeightDouble.IsEqual(Tix.Runtime.RollWeightDouble,Tix.Runtime.RollWeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.RollWeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.RollWeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.RollWeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SaldoAreaDouble"> <summary>The SaldoArea double value class (Varcode is SALDOAREA).</summary> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SaldoAreaDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SaldoAreaDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.#ctor(Tix.Runtime.SaldoAreaDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SaldoAreaDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SaldoAreaDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.op_Equality(Tix.Runtime.SaldoAreaDouble,Tix.Runtime.SaldoAreaDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.op_Inequality(Tix.Runtime.SaldoAreaDouble,Tix.Runtime.SaldoAreaDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.op_Addition(Tix.Runtime.SaldoAreaDouble,Tix.Runtime.SaldoAreaDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.op_Subtraction(Tix.Runtime.SaldoAreaDouble,Tix.Runtime.SaldoAreaDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.op_GreaterThan(Tix.Runtime.SaldoAreaDouble,Tix.Runtime.SaldoAreaDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.op_GreaterThanOrEqual(Tix.Runtime.SaldoAreaDouble,Tix.Runtime.SaldoAreaDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.op_LessThan(Tix.Runtime.SaldoAreaDouble,Tix.Runtime.SaldoAreaDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.op_LessThanOrEqual(Tix.Runtime.SaldoAreaDouble,Tix.Runtime.SaldoAreaDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.op_Multiply(Tix.Runtime.SaldoAreaDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.op_Multiply(System.Double,Tix.Runtime.SaldoAreaDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.op_Division(Tix.Runtime.SaldoAreaDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.op_Division(Tix.Runtime.SaldoAreaDouble,Tix.Runtime.SaldoAreaDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SaldoAreaDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SaldoAreaDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.CompareTo(Tix.Runtime.SaldoAreaDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SaldoAreaDouble.IsEqual(Tix.Runtime.SaldoAreaDouble,Tix.Runtime.SaldoAreaDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SaldoAreaDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SaldoAreaDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SaldoAreaDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SaldoLenghtDouble"> <summary>The SaldoLenght double value class (Varcode is SALDOLENG).</summary> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SaldoLenghtDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SaldoLenghtDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.#ctor(Tix.Runtime.SaldoLenghtDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SaldoLenghtDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SaldoLenghtDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.op_Equality(Tix.Runtime.SaldoLenghtDouble,Tix.Runtime.SaldoLenghtDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.op_Inequality(Tix.Runtime.SaldoLenghtDouble,Tix.Runtime.SaldoLenghtDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.op_Addition(Tix.Runtime.SaldoLenghtDouble,Tix.Runtime.SaldoLenghtDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.op_Subtraction(Tix.Runtime.SaldoLenghtDouble,Tix.Runtime.SaldoLenghtDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.op_GreaterThan(Tix.Runtime.SaldoLenghtDouble,Tix.Runtime.SaldoLenghtDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.op_GreaterThanOrEqual(Tix.Runtime.SaldoLenghtDouble,Tix.Runtime.SaldoLenghtDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.op_LessThan(Tix.Runtime.SaldoLenghtDouble,Tix.Runtime.SaldoLenghtDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.op_LessThanOrEqual(Tix.Runtime.SaldoLenghtDouble,Tix.Runtime.SaldoLenghtDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.op_Multiply(Tix.Runtime.SaldoLenghtDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.op_Multiply(System.Double,Tix.Runtime.SaldoLenghtDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.op_Division(Tix.Runtime.SaldoLenghtDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.op_Division(Tix.Runtime.SaldoLenghtDouble,Tix.Runtime.SaldoLenghtDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SaldoLenghtDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SaldoLenghtDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.CompareTo(Tix.Runtime.SaldoLenghtDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SaldoLenghtDouble.IsEqual(Tix.Runtime.SaldoLenghtDouble,Tix.Runtime.SaldoLenghtDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SaldoLenghtDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SaldoLenghtDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SaldoLenghtDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SaldoVolumeDouble"> <summary>The SaldoVolume double value class (Varcode is SALDOVOLUME).</summary> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SaldoVolumeDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SaldoVolumeDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.#ctor(Tix.Runtime.SaldoVolumeDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SaldoVolumeDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SaldoVolumeDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.op_Equality(Tix.Runtime.SaldoVolumeDouble,Tix.Runtime.SaldoVolumeDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.op_Inequality(Tix.Runtime.SaldoVolumeDouble,Tix.Runtime.SaldoVolumeDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.op_Addition(Tix.Runtime.SaldoVolumeDouble,Tix.Runtime.SaldoVolumeDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.op_Subtraction(Tix.Runtime.SaldoVolumeDouble,Tix.Runtime.SaldoVolumeDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.op_GreaterThan(Tix.Runtime.SaldoVolumeDouble,Tix.Runtime.SaldoVolumeDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.op_GreaterThanOrEqual(Tix.Runtime.SaldoVolumeDouble,Tix.Runtime.SaldoVolumeDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.op_LessThan(Tix.Runtime.SaldoVolumeDouble,Tix.Runtime.SaldoVolumeDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.op_LessThanOrEqual(Tix.Runtime.SaldoVolumeDouble,Tix.Runtime.SaldoVolumeDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.op_Multiply(Tix.Runtime.SaldoVolumeDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.op_Multiply(System.Double,Tix.Runtime.SaldoVolumeDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.op_Division(Tix.Runtime.SaldoVolumeDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.op_Division(Tix.Runtime.SaldoVolumeDouble,Tix.Runtime.SaldoVolumeDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SaldoVolumeDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SaldoVolumeDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.CompareTo(Tix.Runtime.SaldoVolumeDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SaldoVolumeDouble.IsEqual(Tix.Runtime.SaldoVolumeDouble,Tix.Runtime.SaldoVolumeDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SaldoVolumeDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SaldoVolumeDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SaldoVolumeDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SaldoWeightDouble"> <summary>The SaldoWeight double value class (Varcode is SALDOWEIG).</summary> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SaldoWeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SaldoWeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.#ctor(Tix.Runtime.SaldoWeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SaldoWeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SaldoWeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.op_Equality(Tix.Runtime.SaldoWeightDouble,Tix.Runtime.SaldoWeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.op_Inequality(Tix.Runtime.SaldoWeightDouble,Tix.Runtime.SaldoWeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.op_Addition(Tix.Runtime.SaldoWeightDouble,Tix.Runtime.SaldoWeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.op_Subtraction(Tix.Runtime.SaldoWeightDouble,Tix.Runtime.SaldoWeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.op_GreaterThan(Tix.Runtime.SaldoWeightDouble,Tix.Runtime.SaldoWeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.op_GreaterThanOrEqual(Tix.Runtime.SaldoWeightDouble,Tix.Runtime.SaldoWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.op_LessThan(Tix.Runtime.SaldoWeightDouble,Tix.Runtime.SaldoWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.op_LessThanOrEqual(Tix.Runtime.SaldoWeightDouble,Tix.Runtime.SaldoWeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.op_Multiply(Tix.Runtime.SaldoWeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.op_Multiply(System.Double,Tix.Runtime.SaldoWeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.op_Division(Tix.Runtime.SaldoWeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.op_Division(Tix.Runtime.SaldoWeightDouble,Tix.Runtime.SaldoWeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SaldoWeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SaldoWeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.CompareTo(Tix.Runtime.SaldoWeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SaldoWeightDouble.IsEqual(Tix.Runtime.SaldoWeightDouble,Tix.Runtime.SaldoWeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SaldoWeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SaldoWeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SaldoWeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SetCountDouble"> <summary>The SetCount double value class (Varcode is SETCNT).</summary> </member> <member name="M:Tix.Runtime.SetCountDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SetCountDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SetCountDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SetCountDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SetCountDouble.#ctor(Tix.Runtime.SetCountDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SetCountDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SetCountDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SetCountDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SetCountDouble.op_Equality(Tix.Runtime.SetCountDouble,Tix.Runtime.SetCountDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SetCountDouble.op_Inequality(Tix.Runtime.SetCountDouble,Tix.Runtime.SetCountDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SetCountDouble.op_Addition(Tix.Runtime.SetCountDouble,Tix.Runtime.SetCountDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SetCountDouble.op_Subtraction(Tix.Runtime.SetCountDouble,Tix.Runtime.SetCountDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SetCountDouble.op_GreaterThan(Tix.Runtime.SetCountDouble,Tix.Runtime.SetCountDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SetCountDouble.op_GreaterThanOrEqual(Tix.Runtime.SetCountDouble,Tix.Runtime.SetCountDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SetCountDouble.op_LessThan(Tix.Runtime.SetCountDouble,Tix.Runtime.SetCountDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SetCountDouble.op_LessThanOrEqual(Tix.Runtime.SetCountDouble,Tix.Runtime.SetCountDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SetCountDouble.op_Multiply(Tix.Runtime.SetCountDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SetCountDouble.op_Multiply(System.Double,Tix.Runtime.SetCountDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SetCountDouble.op_Division(Tix.Runtime.SetCountDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SetCountDouble.op_Division(Tix.Runtime.SetCountDouble,Tix.Runtime.SetCountDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SetCountDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SetCountDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SetCountDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SetCountDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SetCountDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SetCountDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SetCountDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SetCountDouble.CompareTo(Tix.Runtime.SetCountDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SetCountDouble.IsEqual(Tix.Runtime.SetCountDouble,Tix.Runtime.SetCountDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SetCountDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SetCountDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SetCountDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SheetAreaDouble"> <summary>The SheetArea double value class (Varcode is SHEETAREA).</summary> </member> <member name="M:Tix.Runtime.SheetAreaDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetAreaDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SheetAreaDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetAreaDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SheetAreaDouble.#ctor(Tix.Runtime.SheetAreaDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetAreaDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SheetAreaDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SheetAreaDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SheetAreaDouble.op_Equality(Tix.Runtime.SheetAreaDouble,Tix.Runtime.SheetAreaDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetAreaDouble.op_Inequality(Tix.Runtime.SheetAreaDouble,Tix.Runtime.SheetAreaDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetAreaDouble.op_Addition(Tix.Runtime.SheetAreaDouble,Tix.Runtime.SheetAreaDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetAreaDouble.op_Subtraction(Tix.Runtime.SheetAreaDouble,Tix.Runtime.SheetAreaDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetAreaDouble.op_GreaterThan(Tix.Runtime.SheetAreaDouble,Tix.Runtime.SheetAreaDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetAreaDouble.op_GreaterThanOrEqual(Tix.Runtime.SheetAreaDouble,Tix.Runtime.SheetAreaDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetAreaDouble.op_LessThan(Tix.Runtime.SheetAreaDouble,Tix.Runtime.SheetAreaDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetAreaDouble.op_LessThanOrEqual(Tix.Runtime.SheetAreaDouble,Tix.Runtime.SheetAreaDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetAreaDouble.op_Multiply(Tix.Runtime.SheetAreaDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetAreaDouble.op_Multiply(System.Double,Tix.Runtime.SheetAreaDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetAreaDouble.op_Division(Tix.Runtime.SheetAreaDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetAreaDouble.op_Division(Tix.Runtime.SheetAreaDouble,Tix.Runtime.SheetAreaDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetAreaDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SheetAreaDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SheetAreaDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SheetAreaDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SheetAreaDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SheetAreaDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SheetAreaDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SheetAreaDouble.CompareTo(Tix.Runtime.SheetAreaDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SheetAreaDouble.IsEqual(Tix.Runtime.SheetAreaDouble,Tix.Runtime.SheetAreaDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SheetAreaDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SheetAreaDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SheetAreaDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SheetCntDouble"> <summary>The SheetCnt double value class (Varcode is SHEETCNT).</summary> </member> <member name="M:Tix.Runtime.SheetCntDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetCntDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SheetCntDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetCntDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SheetCntDouble.#ctor(Tix.Runtime.SheetCntDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetCntDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SheetCntDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SheetCntDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SheetCntDouble.op_Equality(Tix.Runtime.SheetCntDouble,Tix.Runtime.SheetCntDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetCntDouble.op_Inequality(Tix.Runtime.SheetCntDouble,Tix.Runtime.SheetCntDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetCntDouble.op_Addition(Tix.Runtime.SheetCntDouble,Tix.Runtime.SheetCntDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetCntDouble.op_Subtraction(Tix.Runtime.SheetCntDouble,Tix.Runtime.SheetCntDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetCntDouble.op_GreaterThan(Tix.Runtime.SheetCntDouble,Tix.Runtime.SheetCntDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetCntDouble.op_GreaterThanOrEqual(Tix.Runtime.SheetCntDouble,Tix.Runtime.SheetCntDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetCntDouble.op_LessThan(Tix.Runtime.SheetCntDouble,Tix.Runtime.SheetCntDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetCntDouble.op_LessThanOrEqual(Tix.Runtime.SheetCntDouble,Tix.Runtime.SheetCntDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetCntDouble.op_Multiply(Tix.Runtime.SheetCntDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetCntDouble.op_Multiply(System.Double,Tix.Runtime.SheetCntDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetCntDouble.op_Division(Tix.Runtime.SheetCntDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetCntDouble.op_Division(Tix.Runtime.SheetCntDouble,Tix.Runtime.SheetCntDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetCntDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SheetCntDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SheetCntDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SheetCntDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SheetCntDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SheetCntDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SheetCntDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SheetCntDouble.CompareTo(Tix.Runtime.SheetCntDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SheetCntDouble.IsEqual(Tix.Runtime.SheetCntDouble,Tix.Runtime.SheetCntDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SheetCntDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SheetCntDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SheetCntDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SheetLengthDouble"> <summary>The SheetLength double value class (Varcode is SHEETLENG).</summary> </member> <member name="M:Tix.Runtime.SheetLengthDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetLengthDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SheetLengthDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetLengthDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SheetLengthDouble.#ctor(Tix.Runtime.SheetLengthDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetLengthDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SheetLengthDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SheetLengthDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SheetLengthDouble.op_Equality(Tix.Runtime.SheetLengthDouble,Tix.Runtime.SheetLengthDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetLengthDouble.op_Inequality(Tix.Runtime.SheetLengthDouble,Tix.Runtime.SheetLengthDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetLengthDouble.op_Addition(Tix.Runtime.SheetLengthDouble,Tix.Runtime.SheetLengthDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetLengthDouble.op_Subtraction(Tix.Runtime.SheetLengthDouble,Tix.Runtime.SheetLengthDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetLengthDouble.op_GreaterThan(Tix.Runtime.SheetLengthDouble,Tix.Runtime.SheetLengthDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetLengthDouble.op_GreaterThanOrEqual(Tix.Runtime.SheetLengthDouble,Tix.Runtime.SheetLengthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetLengthDouble.op_LessThan(Tix.Runtime.SheetLengthDouble,Tix.Runtime.SheetLengthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetLengthDouble.op_LessThanOrEqual(Tix.Runtime.SheetLengthDouble,Tix.Runtime.SheetLengthDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetLengthDouble.op_Multiply(Tix.Runtime.SheetLengthDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetLengthDouble.op_Multiply(System.Double,Tix.Runtime.SheetLengthDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetLengthDouble.op_Division(Tix.Runtime.SheetLengthDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetLengthDouble.op_Division(Tix.Runtime.SheetLengthDouble,Tix.Runtime.SheetLengthDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetLengthDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SheetLengthDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SheetLengthDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SheetLengthDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SheetLengthDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SheetLengthDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SheetLengthDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SheetLengthDouble.CompareTo(Tix.Runtime.SheetLengthDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SheetLengthDouble.IsEqual(Tix.Runtime.SheetLengthDouble,Tix.Runtime.SheetLengthDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SheetLengthDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SheetLengthDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SheetLengthDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SheetThinknessDouble"> <summary>The SheetThinkness double value class (Varcode is SHEETTHK).</summary> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetThinknessDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetThinknessDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.#ctor(Tix.Runtime.SheetThinknessDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetThinknessDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SheetThinknessDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.op_Equality(Tix.Runtime.SheetThinknessDouble,Tix.Runtime.SheetThinknessDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.op_Inequality(Tix.Runtime.SheetThinknessDouble,Tix.Runtime.SheetThinknessDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.op_Addition(Tix.Runtime.SheetThinknessDouble,Tix.Runtime.SheetThinknessDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.op_Subtraction(Tix.Runtime.SheetThinknessDouble,Tix.Runtime.SheetThinknessDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.op_GreaterThan(Tix.Runtime.SheetThinknessDouble,Tix.Runtime.SheetThinknessDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.op_GreaterThanOrEqual(Tix.Runtime.SheetThinknessDouble,Tix.Runtime.SheetThinknessDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.op_LessThan(Tix.Runtime.SheetThinknessDouble,Tix.Runtime.SheetThinknessDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.op_LessThanOrEqual(Tix.Runtime.SheetThinknessDouble,Tix.Runtime.SheetThinknessDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.op_Multiply(Tix.Runtime.SheetThinknessDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.op_Multiply(System.Double,Tix.Runtime.SheetThinknessDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.op_Division(Tix.Runtime.SheetThinknessDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.op_Division(Tix.Runtime.SheetThinknessDouble,Tix.Runtime.SheetThinknessDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SheetThinknessDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SheetThinknessDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.CompareTo(Tix.Runtime.SheetThinknessDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SheetThinknessDouble.IsEqual(Tix.Runtime.SheetThinknessDouble,Tix.Runtime.SheetThinknessDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SheetThinknessDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SheetThinknessDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SheetThinknessDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SheetWeightDouble"> <summary>The SheetWeight double value class (Varcode is SHEETWEIG).</summary> </member> <member name="M:Tix.Runtime.SheetWeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetWeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SheetWeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetWeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SheetWeightDouble.#ctor(Tix.Runtime.SheetWeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetWeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SheetWeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SheetWeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SheetWeightDouble.op_Equality(Tix.Runtime.SheetWeightDouble,Tix.Runtime.SheetWeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWeightDouble.op_Inequality(Tix.Runtime.SheetWeightDouble,Tix.Runtime.SheetWeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWeightDouble.op_Addition(Tix.Runtime.SheetWeightDouble,Tix.Runtime.SheetWeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWeightDouble.op_Subtraction(Tix.Runtime.SheetWeightDouble,Tix.Runtime.SheetWeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWeightDouble.op_GreaterThan(Tix.Runtime.SheetWeightDouble,Tix.Runtime.SheetWeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWeightDouble.op_GreaterThanOrEqual(Tix.Runtime.SheetWeightDouble,Tix.Runtime.SheetWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWeightDouble.op_LessThan(Tix.Runtime.SheetWeightDouble,Tix.Runtime.SheetWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWeightDouble.op_LessThanOrEqual(Tix.Runtime.SheetWeightDouble,Tix.Runtime.SheetWeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWeightDouble.op_Multiply(Tix.Runtime.SheetWeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWeightDouble.op_Multiply(System.Double,Tix.Runtime.SheetWeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWeightDouble.op_Division(Tix.Runtime.SheetWeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWeightDouble.op_Division(Tix.Runtime.SheetWeightDouble,Tix.Runtime.SheetWeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SheetWeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SheetWeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SheetWeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SheetWeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SheetWeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SheetWeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SheetWeightDouble.CompareTo(Tix.Runtime.SheetWeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SheetWeightDouble.IsEqual(Tix.Runtime.SheetWeightDouble,Tix.Runtime.SheetWeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SheetWeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SheetWeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SheetWeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SheetWidthDouble"> <summary>The SheetWidth double value class (Varcode is SHEETWIDT).</summary> </member> <member name="M:Tix.Runtime.SheetWidthDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetWidthDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SheetWidthDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetWidthDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SheetWidthDouble.#ctor(Tix.Runtime.SheetWidthDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SheetWidthDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SheetWidthDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SheetWidthDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SheetWidthDouble.op_Equality(Tix.Runtime.SheetWidthDouble,Tix.Runtime.SheetWidthDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWidthDouble.op_Inequality(Tix.Runtime.SheetWidthDouble,Tix.Runtime.SheetWidthDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWidthDouble.op_Addition(Tix.Runtime.SheetWidthDouble,Tix.Runtime.SheetWidthDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWidthDouble.op_Subtraction(Tix.Runtime.SheetWidthDouble,Tix.Runtime.SheetWidthDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWidthDouble.op_GreaterThan(Tix.Runtime.SheetWidthDouble,Tix.Runtime.SheetWidthDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWidthDouble.op_GreaterThanOrEqual(Tix.Runtime.SheetWidthDouble,Tix.Runtime.SheetWidthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWidthDouble.op_LessThan(Tix.Runtime.SheetWidthDouble,Tix.Runtime.SheetWidthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWidthDouble.op_LessThanOrEqual(Tix.Runtime.SheetWidthDouble,Tix.Runtime.SheetWidthDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWidthDouble.op_Multiply(Tix.Runtime.SheetWidthDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWidthDouble.op_Multiply(System.Double,Tix.Runtime.SheetWidthDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWidthDouble.op_Division(Tix.Runtime.SheetWidthDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWidthDouble.op_Division(Tix.Runtime.SheetWidthDouble,Tix.Runtime.SheetWidthDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SheetWidthDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SheetWidthDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SheetWidthDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SheetWidthDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SheetWidthDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SheetWidthDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SheetWidthDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SheetWidthDouble.CompareTo(Tix.Runtime.SheetWidthDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SheetWidthDouble.IsEqual(Tix.Runtime.SheetWidthDouble,Tix.Runtime.SheetWidthDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SheetWidthDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SheetWidthDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SheetWidthDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.StickWeightDouble"> <summary>The StickWeight double value class (Varcode is STICKWEIG).</summary> </member> <member name="M:Tix.Runtime.StickWeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.StickWeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.StickWeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.StickWeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.StickWeightDouble.#ctor(Tix.Runtime.StickWeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.StickWeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.StickWeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.StickWeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.StickWeightDouble.op_Equality(Tix.Runtime.StickWeightDouble,Tix.Runtime.StickWeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.StickWeightDouble.op_Inequality(Tix.Runtime.StickWeightDouble,Tix.Runtime.StickWeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.StickWeightDouble.op_Addition(Tix.Runtime.StickWeightDouble,Tix.Runtime.StickWeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.StickWeightDouble.op_Subtraction(Tix.Runtime.StickWeightDouble,Tix.Runtime.StickWeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.StickWeightDouble.op_GreaterThan(Tix.Runtime.StickWeightDouble,Tix.Runtime.StickWeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.StickWeightDouble.op_GreaterThanOrEqual(Tix.Runtime.StickWeightDouble,Tix.Runtime.StickWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.StickWeightDouble.op_LessThan(Tix.Runtime.StickWeightDouble,Tix.Runtime.StickWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.StickWeightDouble.op_LessThanOrEqual(Tix.Runtime.StickWeightDouble,Tix.Runtime.StickWeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.StickWeightDouble.op_Multiply(Tix.Runtime.StickWeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.StickWeightDouble.op_Multiply(System.Double,Tix.Runtime.StickWeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.StickWeightDouble.op_Division(Tix.Runtime.StickWeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.StickWeightDouble.op_Division(Tix.Runtime.StickWeightDouble,Tix.Runtime.StickWeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.StickWeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.StickWeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.StickWeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.StickWeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.StickWeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.StickWeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.StickWeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.StickWeightDouble.CompareTo(Tix.Runtime.StickWeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.StickWeightDouble.IsEqual(Tix.Runtime.StickWeightDouble,Tix.Runtime.StickWeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.StickWeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.StickWeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.StickWeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.TareWeightDouble"> <summary>The TareWeight double value class (Varcode is TAREWEIG).</summary> <summary> Contains additional operators for the <see cref="T:Tix.Runtime.TareWeightDouble"/> class. </summary> </member> <member name="M:Tix.Runtime.TareWeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.TareWeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.TareWeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.TareWeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.TareWeightDouble.#ctor(Tix.Runtime.TareWeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.TareWeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.TareWeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.TareWeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.TareWeightDouble.op_Equality(Tix.Runtime.TareWeightDouble,Tix.Runtime.TareWeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.op_Inequality(Tix.Runtime.TareWeightDouble,Tix.Runtime.TareWeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.op_Addition(Tix.Runtime.TareWeightDouble,Tix.Runtime.TareWeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.op_Subtraction(Tix.Runtime.TareWeightDouble,Tix.Runtime.TareWeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.op_GreaterThan(Tix.Runtime.TareWeightDouble,Tix.Runtime.TareWeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.op_GreaterThanOrEqual(Tix.Runtime.TareWeightDouble,Tix.Runtime.TareWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.op_LessThan(Tix.Runtime.TareWeightDouble,Tix.Runtime.TareWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.op_LessThanOrEqual(Tix.Runtime.TareWeightDouble,Tix.Runtime.TareWeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.op_Multiply(Tix.Runtime.TareWeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.op_Multiply(System.Double,Tix.Runtime.TareWeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.op_Division(Tix.Runtime.TareWeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.op_Division(Tix.Runtime.TareWeightDouble,Tix.Runtime.TareWeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.TareWeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.TareWeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.TareWeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.CompareTo(Tix.Runtime.TareWeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.IsEqual(Tix.Runtime.TareWeightDouble,Tix.Runtime.TareWeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.TareWeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.TareWeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.TareWeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.op_Addition(Tix.Runtime.TareWeightDouble,Tix.Runtime.WeightDouble)"> <summary> +s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.op_Subtraction(Tix.Runtime.TareWeightDouble,Tix.Runtime.WeightDouble)"> <summary> -s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.op_Addition(Tix.Runtime.WeightDouble,Tix.Runtime.TareWeightDouble)"> <summary> +s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="M:Tix.Runtime.TareWeightDouble.op_Subtraction(Tix.Runtime.WeightDouble,Tix.Runtime.TareWeightDouble)"> <summary> -s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="T:Tix.Runtime.ThicknessDouble"> <summary>The Thickness double value class (Varcode is THK).</summary> </member> <member name="M:Tix.Runtime.ThicknessDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ThicknessDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.ThicknessDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ThicknessDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ThicknessDouble.#ctor(Tix.Runtime.ThicknessDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ThicknessDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.ThicknessDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.ThicknessDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.ThicknessDouble.op_Equality(Tix.Runtime.ThicknessDouble,Tix.Runtime.ThicknessDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessDouble.op_Inequality(Tix.Runtime.ThicknessDouble,Tix.Runtime.ThicknessDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessDouble.op_Addition(Tix.Runtime.ThicknessDouble,Tix.Runtime.ThicknessDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessDouble.op_Subtraction(Tix.Runtime.ThicknessDouble,Tix.Runtime.ThicknessDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessDouble.op_GreaterThan(Tix.Runtime.ThicknessDouble,Tix.Runtime.ThicknessDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessDouble.op_GreaterThanOrEqual(Tix.Runtime.ThicknessDouble,Tix.Runtime.ThicknessDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessDouble.op_LessThan(Tix.Runtime.ThicknessDouble,Tix.Runtime.ThicknessDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessDouble.op_LessThanOrEqual(Tix.Runtime.ThicknessDouble,Tix.Runtime.ThicknessDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessDouble.op_Multiply(Tix.Runtime.ThicknessDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessDouble.op_Multiply(System.Double,Tix.Runtime.ThicknessDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessDouble.op_Division(Tix.Runtime.ThicknessDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessDouble.op_Division(Tix.Runtime.ThicknessDouble,Tix.Runtime.ThicknessDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.ThicknessDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.ThicknessDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.ThicknessDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ThicknessDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.ThicknessDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ThicknessDouble"/>.</returns> </member> <member name="M:Tix.Runtime.ThicknessDouble.CompareTo(Tix.Runtime.ThicknessDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.ThicknessDouble.IsEqual(Tix.Runtime.ThicknessDouble,Tix.Runtime.ThicknessDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.ThicknessDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.ThicknessDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.ThicknessDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.ThicknessMmDouble"> <summary>The ThicknessMm double value class (Varcode is THK_MM).</summary> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ThicknessMmDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ThicknessMmDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.#ctor(Tix.Runtime.ThicknessMmDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ThicknessMmDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.ThicknessMmDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.op_Equality(Tix.Runtime.ThicknessMmDouble,Tix.Runtime.ThicknessMmDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.op_Inequality(Tix.Runtime.ThicknessMmDouble,Tix.Runtime.ThicknessMmDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.op_Addition(Tix.Runtime.ThicknessMmDouble,Tix.Runtime.ThicknessMmDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.op_Subtraction(Tix.Runtime.ThicknessMmDouble,Tix.Runtime.ThicknessMmDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.op_GreaterThan(Tix.Runtime.ThicknessMmDouble,Tix.Runtime.ThicknessMmDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.op_GreaterThanOrEqual(Tix.Runtime.ThicknessMmDouble,Tix.Runtime.ThicknessMmDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.op_LessThan(Tix.Runtime.ThicknessMmDouble,Tix.Runtime.ThicknessMmDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.op_LessThanOrEqual(Tix.Runtime.ThicknessMmDouble,Tix.Runtime.ThicknessMmDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.op_Multiply(Tix.Runtime.ThicknessMmDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.op_Multiply(System.Double,Tix.Runtime.ThicknessMmDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.op_Division(Tix.Runtime.ThicknessMmDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.op_Division(Tix.Runtime.ThicknessMmDouble,Tix.Runtime.ThicknessMmDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ThicknessMmDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ThicknessMmDouble"/>.</returns> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.CompareTo(Tix.Runtime.ThicknessMmDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.ThicknessMmDouble.IsEqual(Tix.Runtime.ThicknessMmDouble,Tix.Runtime.ThicknessMmDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.ThicknessMmDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.ThicknessMmDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.ThicknessMmDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.ThousandsDouble"> <summary>The Thousands double value class (Varcode is THOUSANDS).</summary> </member> <member name="M:Tix.Runtime.ThousandsDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ThousandsDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.ThousandsDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ThousandsDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.ThousandsDouble.#ctor(Tix.Runtime.ThousandsDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.ThousandsDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.ThousandsDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.ThousandsDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.ThousandsDouble.op_Equality(Tix.Runtime.ThousandsDouble,Tix.Runtime.ThousandsDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThousandsDouble.op_Inequality(Tix.Runtime.ThousandsDouble,Tix.Runtime.ThousandsDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThousandsDouble.op_Addition(Tix.Runtime.ThousandsDouble,Tix.Runtime.ThousandsDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThousandsDouble.op_Subtraction(Tix.Runtime.ThousandsDouble,Tix.Runtime.ThousandsDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThousandsDouble.op_GreaterThan(Tix.Runtime.ThousandsDouble,Tix.Runtime.ThousandsDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThousandsDouble.op_GreaterThanOrEqual(Tix.Runtime.ThousandsDouble,Tix.Runtime.ThousandsDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThousandsDouble.op_LessThan(Tix.Runtime.ThousandsDouble,Tix.Runtime.ThousandsDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThousandsDouble.op_LessThanOrEqual(Tix.Runtime.ThousandsDouble,Tix.Runtime.ThousandsDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThousandsDouble.op_Multiply(Tix.Runtime.ThousandsDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThousandsDouble.op_Multiply(System.Double,Tix.Runtime.ThousandsDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThousandsDouble.op_Division(Tix.Runtime.ThousandsDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThousandsDouble.op_Division(Tix.Runtime.ThousandsDouble,Tix.Runtime.ThousandsDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.ThousandsDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.ThousandsDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.ThousandsDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.ThousandsDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ThousandsDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.ThousandsDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.ThousandsDouble"/>.</returns> </member> <member name="M:Tix.Runtime.ThousandsDouble.CompareTo(Tix.Runtime.ThousandsDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.ThousandsDouble.IsEqual(Tix.Runtime.ThousandsDouble,Tix.Runtime.ThousandsDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.ThousandsDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.ThousandsDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.ThousandsDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.TonDouble"> <summary>The Ton double value class (Varcode is TON).</summary> </member> <member name="M:Tix.Runtime.TonDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.TonDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.TonDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.TonDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.TonDouble.#ctor(Tix.Runtime.TonDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.TonDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.TonDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.TonDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.TonDouble.op_Equality(Tix.Runtime.TonDouble,Tix.Runtime.TonDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonDouble.op_Inequality(Tix.Runtime.TonDouble,Tix.Runtime.TonDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonDouble.op_Addition(Tix.Runtime.TonDouble,Tix.Runtime.TonDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonDouble.op_Subtraction(Tix.Runtime.TonDouble,Tix.Runtime.TonDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonDouble.op_GreaterThan(Tix.Runtime.TonDouble,Tix.Runtime.TonDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonDouble.op_GreaterThanOrEqual(Tix.Runtime.TonDouble,Tix.Runtime.TonDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonDouble.op_LessThan(Tix.Runtime.TonDouble,Tix.Runtime.TonDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonDouble.op_LessThanOrEqual(Tix.Runtime.TonDouble,Tix.Runtime.TonDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonDouble.op_Multiply(Tix.Runtime.TonDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonDouble.op_Multiply(System.Double,Tix.Runtime.TonDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonDouble.op_Division(Tix.Runtime.TonDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonDouble.op_Division(Tix.Runtime.TonDouble,Tix.Runtime.TonDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.TonDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.TonDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.TonDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.TonDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.TonDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.TonDouble"/>.</returns> </member> <member name="M:Tix.Runtime.TonDouble.CompareTo(Tix.Runtime.TonDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.TonDouble.IsEqual(Tix.Runtime.TonDouble,Tix.Runtime.TonDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.TonDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.TonDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.TonDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.TonAccumultedDouble"> <summary>The TonAccumulted double value class (Varcode is TONACC).</summary> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.TonAccumultedDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.TonAccumultedDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.#ctor(Tix.Runtime.TonAccumultedDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.TonAccumultedDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.TonAccumultedDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.op_Equality(Tix.Runtime.TonAccumultedDouble,Tix.Runtime.TonAccumultedDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.op_Inequality(Tix.Runtime.TonAccumultedDouble,Tix.Runtime.TonAccumultedDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.op_Addition(Tix.Runtime.TonAccumultedDouble,Tix.Runtime.TonAccumultedDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.op_Subtraction(Tix.Runtime.TonAccumultedDouble,Tix.Runtime.TonAccumultedDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.op_GreaterThan(Tix.Runtime.TonAccumultedDouble,Tix.Runtime.TonAccumultedDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.op_GreaterThanOrEqual(Tix.Runtime.TonAccumultedDouble,Tix.Runtime.TonAccumultedDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.op_LessThan(Tix.Runtime.TonAccumultedDouble,Tix.Runtime.TonAccumultedDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.op_LessThanOrEqual(Tix.Runtime.TonAccumultedDouble,Tix.Runtime.TonAccumultedDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.op_Multiply(Tix.Runtime.TonAccumultedDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.op_Multiply(System.Double,Tix.Runtime.TonAccumultedDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.op_Division(Tix.Runtime.TonAccumultedDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.op_Division(Tix.Runtime.TonAccumultedDouble,Tix.Runtime.TonAccumultedDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.TonAccumultedDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.TonAccumultedDouble"/>.</returns> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.CompareTo(Tix.Runtime.TonAccumultedDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.TonAccumultedDouble.IsEqual(Tix.Runtime.TonAccumultedDouble,Tix.Runtime.TonAccumultedDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.TonAccumultedDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.TonAccumultedDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.TonAccumultedDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.TptureDouble"> <summary>The Tpture double value class (Varcode is TPTURE).</summary> </member> <member name="M:Tix.Runtime.TptureDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.TptureDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.TptureDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.TptureDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.TptureDouble.#ctor(Tix.Runtime.TptureDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.TptureDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.TptureDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.TptureDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.TptureDouble.op_Equality(Tix.Runtime.TptureDouble,Tix.Runtime.TptureDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TptureDouble.op_Inequality(Tix.Runtime.TptureDouble,Tix.Runtime.TptureDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TptureDouble.op_Addition(Tix.Runtime.TptureDouble,Tix.Runtime.TptureDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TptureDouble.op_Subtraction(Tix.Runtime.TptureDouble,Tix.Runtime.TptureDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TptureDouble.op_GreaterThan(Tix.Runtime.TptureDouble,Tix.Runtime.TptureDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TptureDouble.op_GreaterThanOrEqual(Tix.Runtime.TptureDouble,Tix.Runtime.TptureDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TptureDouble.op_LessThan(Tix.Runtime.TptureDouble,Tix.Runtime.TptureDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TptureDouble.op_LessThanOrEqual(Tix.Runtime.TptureDouble,Tix.Runtime.TptureDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TptureDouble.op_Multiply(Tix.Runtime.TptureDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TptureDouble.op_Multiply(System.Double,Tix.Runtime.TptureDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TptureDouble.op_Division(Tix.Runtime.TptureDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TptureDouble.op_Division(Tix.Runtime.TptureDouble,Tix.Runtime.TptureDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.TptureDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.TptureDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.TptureDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.TptureDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.TptureDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.TptureDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.TptureDouble"/>.</returns> </member> <member name="M:Tix.Runtime.TptureDouble.CompareTo(Tix.Runtime.TptureDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.TptureDouble.IsEqual(Tix.Runtime.TptureDouble,Tix.Runtime.TptureDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.TptureDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.TptureDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.TptureDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.UnitItemWeightDouble"> <summary>The UnitItemWeight double value class (Varcode is UNITITEMWEIG).</summary> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.UnitItemWeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.UnitItemWeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.#ctor(Tix.Runtime.UnitItemWeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.UnitItemWeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.UnitItemWeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.op_Equality(Tix.Runtime.UnitItemWeightDouble,Tix.Runtime.UnitItemWeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.op_Inequality(Tix.Runtime.UnitItemWeightDouble,Tix.Runtime.UnitItemWeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.op_Addition(Tix.Runtime.UnitItemWeightDouble,Tix.Runtime.UnitItemWeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.op_Subtraction(Tix.Runtime.UnitItemWeightDouble,Tix.Runtime.UnitItemWeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.op_GreaterThan(Tix.Runtime.UnitItemWeightDouble,Tix.Runtime.UnitItemWeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.op_GreaterThanOrEqual(Tix.Runtime.UnitItemWeightDouble,Tix.Runtime.UnitItemWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.op_LessThan(Tix.Runtime.UnitItemWeightDouble,Tix.Runtime.UnitItemWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.op_LessThanOrEqual(Tix.Runtime.UnitItemWeightDouble,Tix.Runtime.UnitItemWeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.op_Multiply(Tix.Runtime.UnitItemWeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.op_Multiply(System.Double,Tix.Runtime.UnitItemWeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.op_Division(Tix.Runtime.UnitItemWeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.op_Division(Tix.Runtime.UnitItemWeightDouble,Tix.Runtime.UnitItemWeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.UnitItemWeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.UnitItemWeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.CompareTo(Tix.Runtime.UnitItemWeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.UnitItemWeightDouble.IsEqual(Tix.Runtime.UnitItemWeightDouble,Tix.Runtime.UnitItemWeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.UnitItemWeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.UnitItemWeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.UnitItemWeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.UsDensityDouble"> <summary>The UsDensity double value class (Varcode is USDEN).</summary> </member> <member name="M:Tix.Runtime.UsDensityDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.UsDensityDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.UsDensityDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.UsDensityDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.UsDensityDouble.#ctor(Tix.Runtime.UsDensityDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.UsDensityDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.UsDensityDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.UsDensityDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.UsDensityDouble.op_Equality(Tix.Runtime.UsDensityDouble,Tix.Runtime.UsDensityDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UsDensityDouble.op_Inequality(Tix.Runtime.UsDensityDouble,Tix.Runtime.UsDensityDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UsDensityDouble.op_Addition(Tix.Runtime.UsDensityDouble,Tix.Runtime.UsDensityDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UsDensityDouble.op_Subtraction(Tix.Runtime.UsDensityDouble,Tix.Runtime.UsDensityDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UsDensityDouble.op_GreaterThan(Tix.Runtime.UsDensityDouble,Tix.Runtime.UsDensityDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UsDensityDouble.op_GreaterThanOrEqual(Tix.Runtime.UsDensityDouble,Tix.Runtime.UsDensityDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UsDensityDouble.op_LessThan(Tix.Runtime.UsDensityDouble,Tix.Runtime.UsDensityDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UsDensityDouble.op_LessThanOrEqual(Tix.Runtime.UsDensityDouble,Tix.Runtime.UsDensityDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UsDensityDouble.op_Multiply(Tix.Runtime.UsDensityDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UsDensityDouble.op_Multiply(System.Double,Tix.Runtime.UsDensityDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UsDensityDouble.op_Division(Tix.Runtime.UsDensityDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UsDensityDouble.op_Division(Tix.Runtime.UsDensityDouble,Tix.Runtime.UsDensityDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.UsDensityDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.UsDensityDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.UsDensityDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.UsDensityDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.UsDensityDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.UsDensityDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.UsDensityDouble"/>.</returns> </member> <member name="M:Tix.Runtime.UsDensityDouble.CompareTo(Tix.Runtime.UsDensityDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.UsDensityDouble.IsEqual(Tix.Runtime.UsDensityDouble,Tix.Runtime.UsDensityDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.UsDensityDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.UsDensityDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.UsDensityDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.VolumeDouble"> <summary>The Volume double value class (Varcode is VOLUME).</summary> </member> <member name="M:Tix.Runtime.VolumeDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.VolumeDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.VolumeDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.VolumeDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.VolumeDouble.#ctor(Tix.Runtime.VolumeDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.VolumeDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.VolumeDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.VolumeDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.VolumeDouble.op_Equality(Tix.Runtime.VolumeDouble,Tix.Runtime.VolumeDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.VolumeDouble.op_Inequality(Tix.Runtime.VolumeDouble,Tix.Runtime.VolumeDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.VolumeDouble.op_Addition(Tix.Runtime.VolumeDouble,Tix.Runtime.VolumeDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.VolumeDouble.op_Subtraction(Tix.Runtime.VolumeDouble,Tix.Runtime.VolumeDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.VolumeDouble.op_GreaterThan(Tix.Runtime.VolumeDouble,Tix.Runtime.VolumeDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.VolumeDouble.op_GreaterThanOrEqual(Tix.Runtime.VolumeDouble,Tix.Runtime.VolumeDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.VolumeDouble.op_LessThan(Tix.Runtime.VolumeDouble,Tix.Runtime.VolumeDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.VolumeDouble.op_LessThanOrEqual(Tix.Runtime.VolumeDouble,Tix.Runtime.VolumeDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.VolumeDouble.op_Multiply(Tix.Runtime.VolumeDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.VolumeDouble.op_Multiply(System.Double,Tix.Runtime.VolumeDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.VolumeDouble.op_Division(Tix.Runtime.VolumeDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.VolumeDouble.op_Division(Tix.Runtime.VolumeDouble,Tix.Runtime.VolumeDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.VolumeDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.VolumeDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.VolumeDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.VolumeDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.VolumeDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.VolumeDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.VolumeDouble"/>.</returns> </member> <member name="M:Tix.Runtime.VolumeDouble.CompareTo(Tix.Runtime.VolumeDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.VolumeDouble.IsEqual(Tix.Runtime.VolumeDouble,Tix.Runtime.VolumeDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.VolumeDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.VolumeDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.VolumeDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.WeightDouble"> <summary>The Weight double value class (Varcode is WEIG).</summary> <summary>The weight double.</summary> </member> <member name="M:Tix.Runtime.WeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.WeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.WeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.WeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.WeightDouble.#ctor(Tix.Runtime.WeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.WeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.WeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.WeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.WeightDouble.op_Equality(Tix.Runtime.WeightDouble,Tix.Runtime.WeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_Inequality(Tix.Runtime.WeightDouble,Tix.Runtime.WeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_Addition(Tix.Runtime.WeightDouble,Tix.Runtime.WeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_Subtraction(Tix.Runtime.WeightDouble,Tix.Runtime.WeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_GreaterThan(Tix.Runtime.WeightDouble,Tix.Runtime.WeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_GreaterThanOrEqual(Tix.Runtime.WeightDouble,Tix.Runtime.WeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_LessThan(Tix.Runtime.WeightDouble,Tix.Runtime.WeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_LessThanOrEqual(Tix.Runtime.WeightDouble,Tix.Runtime.WeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_Multiply(Tix.Runtime.WeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_Multiply(System.Double,Tix.Runtime.WeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_Division(Tix.Runtime.WeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_Division(Tix.Runtime.WeightDouble,Tix.Runtime.WeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.WeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.WeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.WeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.CompareTo(Tix.Runtime.WeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.WeightDouble.IsEqual(Tix.Runtime.WeightDouble,Tix.Runtime.WeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.WeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.WeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.WeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_Multiply(Tix.Runtime.WeightDouble,Tix.Runtime.CountDouble)"> <summary> +s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_Multiply(Tix.Runtime.CountDouble,Tix.Runtime.WeightDouble)"> <summary> +s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_Division(Tix.Runtime.WeightDouble,Tix.Runtime.CountDouble)"> <summary> -s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_Multiply(Tix.Runtime.WeightDouble,Tix.Runtime.OrderCountDouble)"> <summary> +s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_Multiply(Tix.Runtime.OrderCountDouble,Tix.Runtime.WeightDouble)"> <summary> +s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_Division(Tix.Runtime.WeightDouble,Tix.Runtime.OrderCountDouble)"> <summary> -s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="M:Tix.Runtime.WeightDouble.op_Multiply(Tix.Runtime.WeightDouble,Tix.Runtime.ConstDouble)"> <summary> +s the specified operator1. </summary> <param name="operator1">The operator1.</param> <param name="operator2">The operator2.</param> <returns>A WeightDouble.</returns> </member> <member name="T:Tix.Runtime.WeightRoundedDouble"> <summary>The WeightRounded double value class (Varcode is WEIGROUNDED).</summary> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.WeightRoundedDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.WeightRoundedDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.#ctor(Tix.Runtime.WeightRoundedDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.WeightRoundedDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.WeightRoundedDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.op_Equality(Tix.Runtime.WeightRoundedDouble,Tix.Runtime.WeightRoundedDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.op_Inequality(Tix.Runtime.WeightRoundedDouble,Tix.Runtime.WeightRoundedDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.op_Addition(Tix.Runtime.WeightRoundedDouble,Tix.Runtime.WeightRoundedDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.op_Subtraction(Tix.Runtime.WeightRoundedDouble,Tix.Runtime.WeightRoundedDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.op_GreaterThan(Tix.Runtime.WeightRoundedDouble,Tix.Runtime.WeightRoundedDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.op_GreaterThanOrEqual(Tix.Runtime.WeightRoundedDouble,Tix.Runtime.WeightRoundedDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.op_LessThan(Tix.Runtime.WeightRoundedDouble,Tix.Runtime.WeightRoundedDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.op_LessThanOrEqual(Tix.Runtime.WeightRoundedDouble,Tix.Runtime.WeightRoundedDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.op_Multiply(Tix.Runtime.WeightRoundedDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.op_Multiply(System.Double,Tix.Runtime.WeightRoundedDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.op_Division(Tix.Runtime.WeightRoundedDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.op_Division(Tix.Runtime.WeightRoundedDouble,Tix.Runtime.WeightRoundedDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.WeightRoundedDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.WeightRoundedDouble"/>.</returns> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.CompareTo(Tix.Runtime.WeightRoundedDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.WeightRoundedDouble.IsEqual(Tix.Runtime.WeightRoundedDouble,Tix.Runtime.WeightRoundedDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.WeightRoundedDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.WeightRoundedDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.WeightRoundedDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.WidthDouble"> <summary>The Width double value class (Varcode is WIDT).</summary> </member> <member name="M:Tix.Runtime.WidthDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.WidthDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.WidthDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.WidthDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.WidthDouble.#ctor(Tix.Runtime.WidthDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.WidthDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.WidthDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.WidthDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.WidthDouble.op_Equality(Tix.Runtime.WidthDouble,Tix.Runtime.WidthDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthDouble.op_Inequality(Tix.Runtime.WidthDouble,Tix.Runtime.WidthDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthDouble.op_Addition(Tix.Runtime.WidthDouble,Tix.Runtime.WidthDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthDouble.op_Subtraction(Tix.Runtime.WidthDouble,Tix.Runtime.WidthDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthDouble.op_GreaterThan(Tix.Runtime.WidthDouble,Tix.Runtime.WidthDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthDouble.op_GreaterThanOrEqual(Tix.Runtime.WidthDouble,Tix.Runtime.WidthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthDouble.op_LessThan(Tix.Runtime.WidthDouble,Tix.Runtime.WidthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthDouble.op_LessThanOrEqual(Tix.Runtime.WidthDouble,Tix.Runtime.WidthDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthDouble.op_Multiply(Tix.Runtime.WidthDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthDouble.op_Multiply(System.Double,Tix.Runtime.WidthDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthDouble.op_Division(Tix.Runtime.WidthDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthDouble.op_Division(Tix.Runtime.WidthDouble,Tix.Runtime.WidthDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.WidthDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.WidthDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.WidthDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.WidthDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.WidthDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.WidthDouble"/>.</returns> </member> <member name="M:Tix.Runtime.WidthDouble.CompareTo(Tix.Runtime.WidthDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.WidthDouble.IsEqual(Tix.Runtime.WidthDouble,Tix.Runtime.WidthDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.WidthDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.WidthDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.WidthDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.WidthAccumulatedDouble"> <summary>The WidthAccumulated double value class (Varcode is WIDTACC).</summary> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.WidthAccumulatedDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.WidthAccumulatedDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.#ctor(Tix.Runtime.WidthAccumulatedDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.WidthAccumulatedDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.WidthAccumulatedDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.op_Equality(Tix.Runtime.WidthAccumulatedDouble,Tix.Runtime.WidthAccumulatedDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.op_Inequality(Tix.Runtime.WidthAccumulatedDouble,Tix.Runtime.WidthAccumulatedDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.op_Addition(Tix.Runtime.WidthAccumulatedDouble,Tix.Runtime.WidthAccumulatedDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.op_Subtraction(Tix.Runtime.WidthAccumulatedDouble,Tix.Runtime.WidthAccumulatedDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.op_GreaterThan(Tix.Runtime.WidthAccumulatedDouble,Tix.Runtime.WidthAccumulatedDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.op_GreaterThanOrEqual(Tix.Runtime.WidthAccumulatedDouble,Tix.Runtime.WidthAccumulatedDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.op_LessThan(Tix.Runtime.WidthAccumulatedDouble,Tix.Runtime.WidthAccumulatedDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.op_LessThanOrEqual(Tix.Runtime.WidthAccumulatedDouble,Tix.Runtime.WidthAccumulatedDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.op_Multiply(Tix.Runtime.WidthAccumulatedDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.op_Multiply(System.Double,Tix.Runtime.WidthAccumulatedDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.op_Division(Tix.Runtime.WidthAccumulatedDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.op_Division(Tix.Runtime.WidthAccumulatedDouble,Tix.Runtime.WidthAccumulatedDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.WidthAccumulatedDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.WidthAccumulatedDouble"/>.</returns> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.CompareTo(Tix.Runtime.WidthAccumulatedDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.WidthAccumulatedDouble.IsEqual(Tix.Runtime.WidthAccumulatedDouble,Tix.Runtime.WidthAccumulatedDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.WidthAccumulatedDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.WidthAccumulatedDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.WidthAccumulatedDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SalesBasisWeightDouble"> <summary>The SalesBasisWeight double value class (Varcode is SALES_BASISWEIG).</summary> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesBasisWeightDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesBasisWeightDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.#ctor(Tix.Runtime.SalesBasisWeightDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesBasisWeightDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SalesBasisWeightDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.op_Equality(Tix.Runtime.SalesBasisWeightDouble,Tix.Runtime.SalesBasisWeightDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.op_Inequality(Tix.Runtime.SalesBasisWeightDouble,Tix.Runtime.SalesBasisWeightDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.op_Addition(Tix.Runtime.SalesBasisWeightDouble,Tix.Runtime.SalesBasisWeightDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.op_Subtraction(Tix.Runtime.SalesBasisWeightDouble,Tix.Runtime.SalesBasisWeightDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.op_GreaterThan(Tix.Runtime.SalesBasisWeightDouble,Tix.Runtime.SalesBasisWeightDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.op_GreaterThanOrEqual(Tix.Runtime.SalesBasisWeightDouble,Tix.Runtime.SalesBasisWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.op_LessThan(Tix.Runtime.SalesBasisWeightDouble,Tix.Runtime.SalesBasisWeightDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.op_LessThanOrEqual(Tix.Runtime.SalesBasisWeightDouble,Tix.Runtime.SalesBasisWeightDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.op_Multiply(Tix.Runtime.SalesBasisWeightDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.op_Multiply(System.Double,Tix.Runtime.SalesBasisWeightDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.op_Division(Tix.Runtime.SalesBasisWeightDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.op_Division(Tix.Runtime.SalesBasisWeightDouble,Tix.Runtime.SalesBasisWeightDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesBasisWeightDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesBasisWeightDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.CompareTo(Tix.Runtime.SalesBasisWeightDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SalesBasisWeightDouble.IsEqual(Tix.Runtime.SalesBasisWeightDouble,Tix.Runtime.SalesBasisWeightDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SalesBasisWeightDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SalesBasisWeightDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SalesBasisWeightDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SalesCoreDiameterDouble"> <summary>The SalesCoreDiameter double value class (Varcode is SALES_COREDIAM).</summary> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesCoreDiameterDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesCoreDiameterDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.#ctor(Tix.Runtime.SalesCoreDiameterDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesCoreDiameterDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SalesCoreDiameterDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.op_Equality(Tix.Runtime.SalesCoreDiameterDouble,Tix.Runtime.SalesCoreDiameterDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.op_Inequality(Tix.Runtime.SalesCoreDiameterDouble,Tix.Runtime.SalesCoreDiameterDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.op_Addition(Tix.Runtime.SalesCoreDiameterDouble,Tix.Runtime.SalesCoreDiameterDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.op_Subtraction(Tix.Runtime.SalesCoreDiameterDouble,Tix.Runtime.SalesCoreDiameterDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.op_GreaterThan(Tix.Runtime.SalesCoreDiameterDouble,Tix.Runtime.SalesCoreDiameterDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.op_GreaterThanOrEqual(Tix.Runtime.SalesCoreDiameterDouble,Tix.Runtime.SalesCoreDiameterDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.op_LessThan(Tix.Runtime.SalesCoreDiameterDouble,Tix.Runtime.SalesCoreDiameterDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.op_LessThanOrEqual(Tix.Runtime.SalesCoreDiameterDouble,Tix.Runtime.SalesCoreDiameterDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.op_Multiply(Tix.Runtime.SalesCoreDiameterDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.op_Multiply(System.Double,Tix.Runtime.SalesCoreDiameterDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.op_Division(Tix.Runtime.SalesCoreDiameterDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.op_Division(Tix.Runtime.SalesCoreDiameterDouble,Tix.Runtime.SalesCoreDiameterDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesCoreDiameterDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesCoreDiameterDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.CompareTo(Tix.Runtime.SalesCoreDiameterDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SalesCoreDiameterDouble.IsEqual(Tix.Runtime.SalesCoreDiameterDouble,Tix.Runtime.SalesCoreDiameterDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SalesCoreDiameterDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SalesCoreDiameterDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SalesCoreDiameterDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SalesRollDiameterDouble"> <summary>The SalesRollDiameter double value class (Varcode is SALES_ROLLDIAM).</summary> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesRollDiameterDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesRollDiameterDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.#ctor(Tix.Runtime.SalesRollDiameterDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesRollDiameterDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SalesRollDiameterDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.op_Equality(Tix.Runtime.SalesRollDiameterDouble,Tix.Runtime.SalesRollDiameterDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.op_Inequality(Tix.Runtime.SalesRollDiameterDouble,Tix.Runtime.SalesRollDiameterDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.op_Addition(Tix.Runtime.SalesRollDiameterDouble,Tix.Runtime.SalesRollDiameterDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.op_Subtraction(Tix.Runtime.SalesRollDiameterDouble,Tix.Runtime.SalesRollDiameterDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.op_GreaterThan(Tix.Runtime.SalesRollDiameterDouble,Tix.Runtime.SalesRollDiameterDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.op_GreaterThanOrEqual(Tix.Runtime.SalesRollDiameterDouble,Tix.Runtime.SalesRollDiameterDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.op_LessThan(Tix.Runtime.SalesRollDiameterDouble,Tix.Runtime.SalesRollDiameterDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.op_LessThanOrEqual(Tix.Runtime.SalesRollDiameterDouble,Tix.Runtime.SalesRollDiameterDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.op_Multiply(Tix.Runtime.SalesRollDiameterDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.op_Multiply(System.Double,Tix.Runtime.SalesRollDiameterDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.op_Division(Tix.Runtime.SalesRollDiameterDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.op_Division(Tix.Runtime.SalesRollDiameterDouble,Tix.Runtime.SalesRollDiameterDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesRollDiameterDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesRollDiameterDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.CompareTo(Tix.Runtime.SalesRollDiameterDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SalesRollDiameterDouble.IsEqual(Tix.Runtime.SalesRollDiameterDouble,Tix.Runtime.SalesRollDiameterDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SalesRollDiameterDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SalesRollDiameterDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SalesRollDiameterDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SalesRollLengthDouble"> <summary>The SalesRollLength double value class (Varcode is SALES_ROLLLENG).</summary> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesRollLengthDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesRollLengthDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.#ctor(Tix.Runtime.SalesRollLengthDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesRollLengthDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SalesRollLengthDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.op_Equality(Tix.Runtime.SalesRollLengthDouble,Tix.Runtime.SalesRollLengthDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.op_Inequality(Tix.Runtime.SalesRollLengthDouble,Tix.Runtime.SalesRollLengthDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.op_Addition(Tix.Runtime.SalesRollLengthDouble,Tix.Runtime.SalesRollLengthDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.op_Subtraction(Tix.Runtime.SalesRollLengthDouble,Tix.Runtime.SalesRollLengthDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.op_GreaterThan(Tix.Runtime.SalesRollLengthDouble,Tix.Runtime.SalesRollLengthDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.op_GreaterThanOrEqual(Tix.Runtime.SalesRollLengthDouble,Tix.Runtime.SalesRollLengthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.op_LessThan(Tix.Runtime.SalesRollLengthDouble,Tix.Runtime.SalesRollLengthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.op_LessThanOrEqual(Tix.Runtime.SalesRollLengthDouble,Tix.Runtime.SalesRollLengthDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.op_Multiply(Tix.Runtime.SalesRollLengthDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.op_Multiply(System.Double,Tix.Runtime.SalesRollLengthDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.op_Division(Tix.Runtime.SalesRollLengthDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.op_Division(Tix.Runtime.SalesRollLengthDouble,Tix.Runtime.SalesRollLengthDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesRollLengthDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesRollLengthDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.CompareTo(Tix.Runtime.SalesRollLengthDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SalesRollLengthDouble.IsEqual(Tix.Runtime.SalesRollLengthDouble,Tix.Runtime.SalesRollLengthDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SalesRollLengthDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SalesRollLengthDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SalesRollLengthDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SalesSheetLengthDouble"> <summary>The SalesSheetLength double value class (Varcode is SALES_SHEETLENG).</summary> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesSheetLengthDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesSheetLengthDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.#ctor(Tix.Runtime.SalesSheetLengthDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesSheetLengthDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SalesSheetLengthDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.op_Equality(Tix.Runtime.SalesSheetLengthDouble,Tix.Runtime.SalesSheetLengthDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.op_Inequality(Tix.Runtime.SalesSheetLengthDouble,Tix.Runtime.SalesSheetLengthDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.op_Addition(Tix.Runtime.SalesSheetLengthDouble,Tix.Runtime.SalesSheetLengthDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.op_Subtraction(Tix.Runtime.SalesSheetLengthDouble,Tix.Runtime.SalesSheetLengthDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.op_GreaterThan(Tix.Runtime.SalesSheetLengthDouble,Tix.Runtime.SalesSheetLengthDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.op_GreaterThanOrEqual(Tix.Runtime.SalesSheetLengthDouble,Tix.Runtime.SalesSheetLengthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.op_LessThan(Tix.Runtime.SalesSheetLengthDouble,Tix.Runtime.SalesSheetLengthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.op_LessThanOrEqual(Tix.Runtime.SalesSheetLengthDouble,Tix.Runtime.SalesSheetLengthDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.op_Multiply(Tix.Runtime.SalesSheetLengthDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.op_Multiply(System.Double,Tix.Runtime.SalesSheetLengthDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.op_Division(Tix.Runtime.SalesSheetLengthDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.op_Division(Tix.Runtime.SalesSheetLengthDouble,Tix.Runtime.SalesSheetLengthDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesSheetLengthDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesSheetLengthDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.CompareTo(Tix.Runtime.SalesSheetLengthDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SalesSheetLengthDouble.IsEqual(Tix.Runtime.SalesSheetLengthDouble,Tix.Runtime.SalesSheetLengthDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SalesSheetLengthDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SalesSheetLengthDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SalesSheetLengthDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SalesThicknessMmDouble"> <summary>The SalesThicknessMm double value class (Varcode is SALES_THK_MM).</summary> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesThicknessMmDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesThicknessMmDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.#ctor(Tix.Runtime.SalesThicknessMmDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesThicknessMmDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SalesThicknessMmDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.op_Equality(Tix.Runtime.SalesThicknessMmDouble,Tix.Runtime.SalesThicknessMmDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.op_Inequality(Tix.Runtime.SalesThicknessMmDouble,Tix.Runtime.SalesThicknessMmDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.op_Addition(Tix.Runtime.SalesThicknessMmDouble,Tix.Runtime.SalesThicknessMmDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.op_Subtraction(Tix.Runtime.SalesThicknessMmDouble,Tix.Runtime.SalesThicknessMmDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.op_GreaterThan(Tix.Runtime.SalesThicknessMmDouble,Tix.Runtime.SalesThicknessMmDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.op_GreaterThanOrEqual(Tix.Runtime.SalesThicknessMmDouble,Tix.Runtime.SalesThicknessMmDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.op_LessThan(Tix.Runtime.SalesThicknessMmDouble,Tix.Runtime.SalesThicknessMmDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.op_LessThanOrEqual(Tix.Runtime.SalesThicknessMmDouble,Tix.Runtime.SalesThicknessMmDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.op_Multiply(Tix.Runtime.SalesThicknessMmDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.op_Multiply(System.Double,Tix.Runtime.SalesThicknessMmDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.op_Division(Tix.Runtime.SalesThicknessMmDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.op_Division(Tix.Runtime.SalesThicknessMmDouble,Tix.Runtime.SalesThicknessMmDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesThicknessMmDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesThicknessMmDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.CompareTo(Tix.Runtime.SalesThicknessMmDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SalesThicknessMmDouble.IsEqual(Tix.Runtime.SalesThicknessMmDouble,Tix.Runtime.SalesThicknessMmDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SalesThicknessMmDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SalesThicknessMmDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SalesThicknessMmDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SalesWidthDouble"> <summary>The SalesWidth double value class (Varcode is SALES_WIDT).</summary> </member> <member name="M:Tix.Runtime.SalesWidthDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesWidthDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SalesWidthDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesWidthDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SalesWidthDouble.#ctor(Tix.Runtime.SalesWidthDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesWidthDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SalesWidthDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SalesWidthDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SalesWidthDouble.op_Equality(Tix.Runtime.SalesWidthDouble,Tix.Runtime.SalesWidthDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesWidthDouble.op_Inequality(Tix.Runtime.SalesWidthDouble,Tix.Runtime.SalesWidthDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesWidthDouble.op_Addition(Tix.Runtime.SalesWidthDouble,Tix.Runtime.SalesWidthDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesWidthDouble.op_Subtraction(Tix.Runtime.SalesWidthDouble,Tix.Runtime.SalesWidthDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesWidthDouble.op_GreaterThan(Tix.Runtime.SalesWidthDouble,Tix.Runtime.SalesWidthDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesWidthDouble.op_GreaterThanOrEqual(Tix.Runtime.SalesWidthDouble,Tix.Runtime.SalesWidthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesWidthDouble.op_LessThan(Tix.Runtime.SalesWidthDouble,Tix.Runtime.SalesWidthDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesWidthDouble.op_LessThanOrEqual(Tix.Runtime.SalesWidthDouble,Tix.Runtime.SalesWidthDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesWidthDouble.op_Multiply(Tix.Runtime.SalesWidthDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesWidthDouble.op_Multiply(System.Double,Tix.Runtime.SalesWidthDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesWidthDouble.op_Division(Tix.Runtime.SalesWidthDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesWidthDouble.op_Division(Tix.Runtime.SalesWidthDouble,Tix.Runtime.SalesWidthDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesWidthDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SalesWidthDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SalesWidthDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SalesWidthDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesWidthDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SalesWidthDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesWidthDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SalesWidthDouble.CompareTo(Tix.Runtime.SalesWidthDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SalesWidthDouble.IsEqual(Tix.Runtime.SalesWidthDouble,Tix.Runtime.SalesWidthDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SalesWidthDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SalesWidthDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SalesWidthDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SalesSheetAreaDouble"> <summary>The SalesSheetArea double value class (Varcode is SALES_SHEETAREA).</summary> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesSheetAreaDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesSheetAreaDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.#ctor(Tix.Runtime.SalesSheetAreaDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesSheetAreaDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SalesSheetAreaDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.op_Equality(Tix.Runtime.SalesSheetAreaDouble,Tix.Runtime.SalesSheetAreaDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.op_Inequality(Tix.Runtime.SalesSheetAreaDouble,Tix.Runtime.SalesSheetAreaDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.op_Addition(Tix.Runtime.SalesSheetAreaDouble,Tix.Runtime.SalesSheetAreaDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.op_Subtraction(Tix.Runtime.SalesSheetAreaDouble,Tix.Runtime.SalesSheetAreaDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.op_GreaterThan(Tix.Runtime.SalesSheetAreaDouble,Tix.Runtime.SalesSheetAreaDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.op_GreaterThanOrEqual(Tix.Runtime.SalesSheetAreaDouble,Tix.Runtime.SalesSheetAreaDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.op_LessThan(Tix.Runtime.SalesSheetAreaDouble,Tix.Runtime.SalesSheetAreaDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.op_LessThanOrEqual(Tix.Runtime.SalesSheetAreaDouble,Tix.Runtime.SalesSheetAreaDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.op_Multiply(Tix.Runtime.SalesSheetAreaDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.op_Multiply(System.Double,Tix.Runtime.SalesSheetAreaDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.op_Division(Tix.Runtime.SalesSheetAreaDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.op_Division(Tix.Runtime.SalesSheetAreaDouble,Tix.Runtime.SalesSheetAreaDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesSheetAreaDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesSheetAreaDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.CompareTo(Tix.Runtime.SalesSheetAreaDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SalesSheetAreaDouble.IsEqual(Tix.Runtime.SalesSheetAreaDouble,Tix.Runtime.SalesSheetAreaDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SalesSheetAreaDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SalesSheetAreaDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SalesSheetAreaDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SalesTonDouble"> <summary>The SalesTon double value class (Varcode is SALES_TON).</summary> </member> <member name="M:Tix.Runtime.SalesTonDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesTonDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SalesTonDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesTonDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SalesTonDouble.#ctor(Tix.Runtime.SalesTonDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesTonDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SalesTonDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SalesTonDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SalesTonDouble.op_Equality(Tix.Runtime.SalesTonDouble,Tix.Runtime.SalesTonDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesTonDouble.op_Inequality(Tix.Runtime.SalesTonDouble,Tix.Runtime.SalesTonDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesTonDouble.op_Addition(Tix.Runtime.SalesTonDouble,Tix.Runtime.SalesTonDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesTonDouble.op_Subtraction(Tix.Runtime.SalesTonDouble,Tix.Runtime.SalesTonDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesTonDouble.op_GreaterThan(Tix.Runtime.SalesTonDouble,Tix.Runtime.SalesTonDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesTonDouble.op_GreaterThanOrEqual(Tix.Runtime.SalesTonDouble,Tix.Runtime.SalesTonDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesTonDouble.op_LessThan(Tix.Runtime.SalesTonDouble,Tix.Runtime.SalesTonDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesTonDouble.op_LessThanOrEqual(Tix.Runtime.SalesTonDouble,Tix.Runtime.SalesTonDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesTonDouble.op_Multiply(Tix.Runtime.SalesTonDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesTonDouble.op_Multiply(System.Double,Tix.Runtime.SalesTonDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesTonDouble.op_Division(Tix.Runtime.SalesTonDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesTonDouble.op_Division(Tix.Runtime.SalesTonDouble,Tix.Runtime.SalesTonDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesTonDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SalesTonDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SalesTonDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SalesTonDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesTonDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SalesTonDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesTonDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SalesTonDouble.CompareTo(Tix.Runtime.SalesTonDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SalesTonDouble.IsEqual(Tix.Runtime.SalesTonDouble,Tix.Runtime.SalesTonDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SalesTonDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SalesTonDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SalesTonDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SalesAreaDouble"> <summary>The SalesArea double value class (Varcode is SALES_AREA).</summary> </member> <member name="M:Tix.Runtime.SalesAreaDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesAreaDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.SalesAreaDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesAreaDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.SalesAreaDouble.#ctor(Tix.Runtime.SalesAreaDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.SalesAreaDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.SalesAreaDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.SalesAreaDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.SalesAreaDouble.op_Equality(Tix.Runtime.SalesAreaDouble,Tix.Runtime.SalesAreaDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesAreaDouble.op_Inequality(Tix.Runtime.SalesAreaDouble,Tix.Runtime.SalesAreaDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesAreaDouble.op_Addition(Tix.Runtime.SalesAreaDouble,Tix.Runtime.SalesAreaDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesAreaDouble.op_Subtraction(Tix.Runtime.SalesAreaDouble,Tix.Runtime.SalesAreaDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesAreaDouble.op_GreaterThan(Tix.Runtime.SalesAreaDouble,Tix.Runtime.SalesAreaDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesAreaDouble.op_GreaterThanOrEqual(Tix.Runtime.SalesAreaDouble,Tix.Runtime.SalesAreaDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesAreaDouble.op_LessThan(Tix.Runtime.SalesAreaDouble,Tix.Runtime.SalesAreaDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesAreaDouble.op_LessThanOrEqual(Tix.Runtime.SalesAreaDouble,Tix.Runtime.SalesAreaDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesAreaDouble.op_Multiply(Tix.Runtime.SalesAreaDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesAreaDouble.op_Multiply(System.Double,Tix.Runtime.SalesAreaDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesAreaDouble.op_Division(Tix.Runtime.SalesAreaDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesAreaDouble.op_Division(Tix.Runtime.SalesAreaDouble,Tix.Runtime.SalesAreaDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.SalesAreaDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.SalesAreaDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.SalesAreaDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.SalesAreaDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesAreaDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.SalesAreaDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.SalesAreaDouble"/>.</returns> </member> <member name="M:Tix.Runtime.SalesAreaDouble.CompareTo(Tix.Runtime.SalesAreaDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.SalesAreaDouble.IsEqual(Tix.Runtime.SalesAreaDouble,Tix.Runtime.SalesAreaDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.SalesAreaDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.SalesAreaDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.SalesAreaDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.GrammagePerMeterDouble"> <summary>The GrammagePerMeter double value class (Varcode is ESTIMATION_GM).</summary> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.GrammagePerMeterDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.GrammagePerMeterDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.#ctor(Tix.Runtime.GrammagePerMeterDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.GrammagePerMeterDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.GrammagePerMeterDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.op_Equality(Tix.Runtime.GrammagePerMeterDouble,Tix.Runtime.GrammagePerMeterDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.op_Inequality(Tix.Runtime.GrammagePerMeterDouble,Tix.Runtime.GrammagePerMeterDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.op_Addition(Tix.Runtime.GrammagePerMeterDouble,Tix.Runtime.GrammagePerMeterDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.op_Subtraction(Tix.Runtime.GrammagePerMeterDouble,Tix.Runtime.GrammagePerMeterDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.op_GreaterThan(Tix.Runtime.GrammagePerMeterDouble,Tix.Runtime.GrammagePerMeterDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.op_GreaterThanOrEqual(Tix.Runtime.GrammagePerMeterDouble,Tix.Runtime.GrammagePerMeterDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.op_LessThan(Tix.Runtime.GrammagePerMeterDouble,Tix.Runtime.GrammagePerMeterDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.op_LessThanOrEqual(Tix.Runtime.GrammagePerMeterDouble,Tix.Runtime.GrammagePerMeterDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.op_Multiply(Tix.Runtime.GrammagePerMeterDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.op_Multiply(System.Double,Tix.Runtime.GrammagePerMeterDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.op_Division(Tix.Runtime.GrammagePerMeterDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.op_Division(Tix.Runtime.GrammagePerMeterDouble,Tix.Runtime.GrammagePerMeterDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.GrammagePerMeterDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.GrammagePerMeterDouble"/>.</returns> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.CompareTo(Tix.Runtime.GrammagePerMeterDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.GrammagePerMeterDouble.IsEqual(Tix.Runtime.GrammagePerMeterDouble,Tix.Runtime.GrammagePerMeterDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.GrammagePerMeterDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.GrammagePerMeterDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.GrammagePerMeterDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.PalletPerHourDouble"> <summary>The PalletPerHour double value class (Varcode is ESTIMATION_PALPERH).</summary> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PalletPerHourDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PalletPerHourDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.#ctor(Tix.Runtime.PalletPerHourDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PalletPerHourDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.PalletPerHourDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.op_Equality(Tix.Runtime.PalletPerHourDouble,Tix.Runtime.PalletPerHourDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.op_Inequality(Tix.Runtime.PalletPerHourDouble,Tix.Runtime.PalletPerHourDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.op_Addition(Tix.Runtime.PalletPerHourDouble,Tix.Runtime.PalletPerHourDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.op_Subtraction(Tix.Runtime.PalletPerHourDouble,Tix.Runtime.PalletPerHourDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.op_GreaterThan(Tix.Runtime.PalletPerHourDouble,Tix.Runtime.PalletPerHourDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.op_GreaterThanOrEqual(Tix.Runtime.PalletPerHourDouble,Tix.Runtime.PalletPerHourDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.op_LessThan(Tix.Runtime.PalletPerHourDouble,Tix.Runtime.PalletPerHourDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.op_LessThanOrEqual(Tix.Runtime.PalletPerHourDouble,Tix.Runtime.PalletPerHourDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.op_Multiply(Tix.Runtime.PalletPerHourDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.op_Multiply(System.Double,Tix.Runtime.PalletPerHourDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.op_Division(Tix.Runtime.PalletPerHourDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.op_Division(Tix.Runtime.PalletPerHourDouble,Tix.Runtime.PalletPerHourDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.PalletPerHourDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.PalletPerHourDouble"/>.</returns> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.CompareTo(Tix.Runtime.PalletPerHourDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.PalletPerHourDouble.IsEqual(Tix.Runtime.PalletPerHourDouble,Tix.Runtime.PalletPerHourDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.PalletPerHourDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.PalletPerHourDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.PalletPerHourDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.PalletStrappingPerHourDouble"> <summary>The PalletStrappingPerHour double value class (Varcode is ESTIMATION_PALSTRHPER).</summary> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.#ctor"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PalletStrappingPerHourDouble"/> class.</summary> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.#ctor(System.Nullable{System.Double})"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PalletStrappingPerHourDouble"/> class.</summary> <param name="value">The value.</param> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.#ctor(Tix.Runtime.PalletStrappingPerHourDouble)"> <summary>Initializes a new instance of the <see cref="T:Tix.Runtime.PalletStrappingPerHourDouble"/> class.</summary> <param name="otherDouble">Another <see cref="T:Tix.Runtime.PalletStrappingPerHourDouble"/>. Will copy the value from that. When you pass in null, it should take a null value.</param> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.FromRuDouble(Tix.Runtime.RuDouble)"> <summary>Copies data from an RuDouble.</summary> <param name="value">The value. Has to have same varcode.</param> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.op_Equality(Tix.Runtime.PalletStrappingPerHourDouble,Tix.Runtime.PalletStrappingPerHourDouble)"> <summary>Implements the operator ==.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.op_Inequality(Tix.Runtime.PalletStrappingPerHourDouble,Tix.Runtime.PalletStrappingPerHourDouble)"> <summary>Implements the operator !=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.op_Addition(Tix.Runtime.PalletStrappingPerHourDouble,Tix.Runtime.PalletStrappingPerHourDouble)"> <summary>Implements the operator +.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.op_Subtraction(Tix.Runtime.PalletStrappingPerHourDouble,Tix.Runtime.PalletStrappingPerHourDouble)"> <summary>Implements the operator -.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.op_GreaterThan(Tix.Runtime.PalletStrappingPerHourDouble,Tix.Runtime.PalletStrappingPerHourDouble)"> <summary>Implements the operator >.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.op_GreaterThanOrEqual(Tix.Runtime.PalletStrappingPerHourDouble,Tix.Runtime.PalletStrappingPerHourDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.op_LessThan(Tix.Runtime.PalletStrappingPerHourDouble,Tix.Runtime.PalletStrappingPerHourDouble)"> <summary>Implements the operator <.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.op_LessThanOrEqual(Tix.Runtime.PalletStrappingPerHourDouble,Tix.Runtime.PalletStrappingPerHourDouble)"> <summary>Implements the operator <=.</summary> <param name="operand1">The first operand.</param> <param name="operand2">The second operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.op_Multiply(Tix.Runtime.PalletStrappingPerHourDouble,System.Double)"> <summary>Implements the operator *.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.op_Multiply(System.Double,Tix.Runtime.PalletStrappingPerHourDouble)"> <summary>Implements the operator *.</summary> <param name="scale">The scale.</param> <param name="operand1">The first operand.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.op_Division(Tix.Runtime.PalletStrappingPerHourDouble,System.Double)"> <summary>Implements the operator /.</summary> <param name="operand1">The first operand.</param> <param name="scale">The scale.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.op_Division(Tix.Runtime.PalletStrappingPerHourDouble,Tix.Runtime.PalletStrappingPerHourDouble)"> <summary>Implements the operator /.</summary> <param name="dividend">The dividend.</param> <param name="divisor">The divisor.</param> <returns>The result of the operator.</returns> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.GetHashCode"> <summary>Returns a hash code for this instance.</summary> <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.Equals(System.Object)"> <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary> <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param> <returns><c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.</returns> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.ToRuDouble"> <summary>Converts the value to a generic RuDouble.</summary> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.Abs"> <summary>Calculates the absolute value for this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.PalletStrappingPerHourDouble"/>, containing the absolute value.</returns> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.Clone"> <summary>Clones this instance.</summary> <returns>A new <see cref="T:Tix.Runtime.PalletStrappingPerHourDouble"/>.</returns> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.CompareTo(Tix.Runtime.PalletStrappingPerHourDouble)"> <summary>Compares the current object with another object of the same type.</summary> <param name="other">An object to compare with this object.</param> <returns> A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter. Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />. </returns> </member> <member name="M:Tix.Runtime.PalletStrappingPerHourDouble.IsEqual(Tix.Runtime.PalletStrappingPerHourDouble,Tix.Runtime.PalletStrappingPerHourDouble,System.Double)"> <summary> Determines whether the specified <see cref="T:Tix.Runtime.PalletStrappingPerHourDouble"/> are equal. </summary> <param name="d1">The first <see cref="T:Tix.Runtime.PalletStrappingPerHourDouble"/>.</param> <param name="d2">The second <see cref="T:Tix.Runtime.PalletStrappingPerHourDouble"/>.</param> <param name="epsilon">The epsilon.</param> <returns>True, if the values are equal with the given epsilon; false otherwise.</returns> </member> <member name="T:Tix.Runtime.SoapFieldValue"> <summary>The soap field value.</summary> </member> <member name="P:Tix.Runtime.SoapFieldValue.FieldName"> <summary>Gets or sets the field name.</summary> </member> <member name="P:Tix.Runtime.SoapFieldValue.Value"> <summary>Gets or sets the value.</summary> </member> <member name="T:Tix.Runtime.StringValueAttribute"> <inheritdoc /> <summary> Simple attribute class for storing String Values </summary> </member> <member name="F:Tix.Runtime.StringValueAttribute.stringValue"> <summary> The string value. </summary> </member> <member name="F:Tix.Runtime.StringValueAttribute.defaultText"> <summary> default user translation value </summary> </member> <member name="M:Tix.Runtime.StringValueAttribute.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.StringValueAttribute" /> class. </summary> <param name="value">string Value.</param> <param name="defaultText">default user translation</param> </member> <member name="P:Tix.Runtime.StringValueAttribute.Value"> <summary> Gets the value. </summary> </member> <member name="P:Tix.Runtime.StringValueAttribute.DefaultText"> <summary> Gets default user translation </summary> </member> <member name="T:Tix.Runtime.FixDateTime"> <summary> Defines a point in time that is the same for any time zone. This means we store a DateTime object that has an unspecified time zone and is not converted automatically. Any user must apply the time zone to the DateTime that applies according to business rules. An example is a base data table that has a valid from date that should apply always at the same time in the local time zone of any user. </summary> <remarks> Usage Guidelines: Database mapping: map the .Value property Database queries: use the .Value property Note on the database interface: Due to technical reasons the FixDateTime value is converted to and from the database timezone, as for any other DateTime value. The service layer and UI should not convert the value. </remarks> </member> <member name="F:Tix.Runtime.FixDateTime.value"> <summary>The date value.</summary> </member> <member name="M:Tix.Runtime.FixDateTime.#ctor(System.Int32,System.Int32,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.FixDateTime"/> struct. </summary> <param name="year">The year.</param> <param name="month">The month.</param> <param name="day">The day.</param> </member> <member name="M:Tix.Runtime.FixDateTime.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.FixDateTime" /> struct. </summary> <param name="year">The year.</param> <param name="month">The month.</param> <param name="day">The day.</param> <param name="hour">The hour.</param> <param name="minute">The minute.</param> <param name="second">The second.</param> </member> <member name="M:Tix.Runtime.FixDateTime.#ctor(System.DateTime)"> <summary> Initializes a new instance of the <see cref="T:Tix.Runtime.FixDateTime" /> struct. </summary> <param name="dateTime">The date time.</param> <exception cref="T:System.ArgumentException">The DateTime.Kind must be Unspecified</exception> </member> <member name="P:Tix.Runtime.FixDateTime.UtcNow"> <summary>Gets a <see cref="T:Tix.Runtime.FixDateTime" /> object that is set to the current date and time on this computer, expressed as the Coordinated Universal Time (UTC).</summary> <returns>An object whose value is the current UTC date and time.</returns> </member> <member name="P:Tix.Runtime.FixDateTime.Value"> <summary>Gets the date value.</summary> </member> <member name="M:Tix.Runtime.FixDateTime.op_Explicit(Tix.Runtime.FixDateTime)~System.DateTime"> <summary> Performs an explicit conversion from <see cref="T:Tix.Runtime.FixDateTime"/> to <see cref="T:System.DateTime"/>. </summary> <param name="dateValue">The date value.</param> <returns> The result of the conversion. </returns> </member> <member name="M:Tix.Runtime.FixDateTime.op_Explicit(Tix.Runtime.FixDateTime)~System.Nullable{System.DateTime}"> <summary> Performs an explicit conversion from <see cref="T:Tix.Runtime.FixDateTime"/> to <see cref="T:System.Nullable`1"/>. </summary> <param name="dateValue">The date value.</param> <returns> The result of the conversion. </returns> </member> <member name="M:Tix.Runtime.FixDateTime.op_Equality(Tix.Runtime.FixDateTime,Tix.Runtime.FixDateTime)"> <summary> Implements the operator ==. </summary> <param name="instance">The instance.</param> <param name="otherInstance">The other instance.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.FixDateTime.op_Inequality(Tix.Runtime.FixDateTime,Tix.Runtime.FixDateTime)"> <summary> Implements the operator !=. </summary> <param name="instance">The instance.</param> <param name="otherInstance">The other instance.</param> <returns> The result of the operator. </returns> </member> <member name="M:Tix.Runtime.FixDateTime.Equals(System.Object)"> <summary> Determines whether the specified <see cref="T:System.Object" />, is equal to this instance. </summary> <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param> <returns> <c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>. </returns> </member> <member name="M:Tix.Runtime.FixDateTime.GetHashCode"> <summary>Serves as the default hash function.</summary> <returns>A hash code for the current object.</returns> </member> <member name="M:Tix.Runtime.FixDateTime.CompareTo(System.Object)"> <summary>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. </summary> <returns>A value that indicates the relative order of the objects being compared. The return value has these meanings: Value Meaning Less than zero This instance precedes <paramref name="other" /> in the sort order. Zero This instance occurs in the same position in the sort order as <paramref name="other" />. Greater than zero This instance follows <paramref name="other" /> in the sort order. </returns> <param name="other">An object to compare with this instance. </param> </member> <member name="M:Tix.Runtime.FixDateTime.CompareTo(Tix.Runtime.FixDateTime)"> <summary>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. </summary> <returns>A value that indicates the relative order of the objects being compared. The return value has these meanings: Value Meaning Less than zero This instance precedes <paramref name="other" /> in the sort order. Zero This instance occurs in the same position in the sort order as <paramref name="other" />. Greater than zero This instance follows <paramref name="other" /> in the sort order. </returns> <param name="other">An object to compare with this instance. </param> </member> <member name="M:Tix.Runtime.FixDateTime.ToString"> <summary>Returns a string that represents the current object.</summary> <returns>A string that represents the current object.</returns> </member> <member name="M:Tix.Runtime.FixDateTime.TruncateTime"> <summary> Removes the time part of the FixDateTime. </summary> <returns>A new FixDateTime instance with the same day and the time set to 12 PM.</returns> </member> <member name="M:Tix.Runtime.FixDateTime.AddDays(System.Int32)"> <summary> Adds the number of days to the current date and time. Negative numbers are allowed. </summary> <param name="days">The days.</param> <returns>A new FixDateTime instance with the new value.</returns> </member> <member name="M:Tix.Runtime.FixDateTime.AddMonths(System.Int32)"> <summary> Adds the number of months to the current date and time. Negative numbers are allowed. </summary> <param name="months">The months.</param> <returns>A new FixDateTime instance with the new value.</returns> </member> <member name="M:Tix.Runtime.FixDateTime.AddYears(System.Int32)"> <summary> Adds the number of years to the current date and time. Negative numbers are allowed. </summary> <param name="years">The years.</param> <returns>A new FixDateTime instance with the new value.</returns> </member> <member name="T:Tix.Runtime.VarCategories"> <summary> Contains constants for variable categories. </summary> </member> <member name="F:Tix.Runtime.VarCategories.Undefined"> <summary>No valid variable category.</summary> </member> <member name="F:Tix.Runtime.VarCategories.Area"> <summary>Variable category definition for Area (AREA).</summary> </member> <member name="F:Tix.Runtime.VarCategories.BasisWeight"> <summary>Variable category definition for BasisWeight (BASISWEIG).</summary> </member> <member name="F:Tix.Runtime.VarCategories.Concentration"> <summary>Variable category definition for Concentration (CONCTRN).</summary> </member> <member name="F:Tix.Runtime.VarCategories.Constant"> <summary>Variable category definition for Constant (CONST).</summary> </member> <member name="F:Tix.Runtime.VarCategories.Count"> <summary>Variable category definition for Count (CNT).</summary> </member> <member name="F:Tix.Runtime.VarCategories.Density"> <summary>Variable category definition for Density (DEN).</summary> </member> <member name="F:Tix.Runtime.VarCategories.Energy"> <summary>Variable category definition for Energy (ENERGY).</summary> </member> <member name="F:Tix.Runtime.VarCategories.FlowRate"> <summary>Variable category definition for Volume (FLOWRATE).</summary> </member> <member name="F:Tix.Runtime.VarCategories.Force"> <summary>Variable category definition for Force (FORCE).</summary> </member> <member name="F:Tix.Runtime.VarCategories.Length"> <summary>Variable category definition for Length (LENG).</summary> </member> <member name="F:Tix.Runtime.VarCategories.Mass"> <summary>Variable category definition for Mass (MASS).</summary> </member> <member name="F:Tix.Runtime.VarCategories.Percentage"> <summary>Variable category definition for Percentage (PCT).</summary> </member> <member name="F:Tix.Runtime.VarCategories.Pressure"> <summary>Variable category definition for Pressure (PRESSURE).</summary> </member> <member name="F:Tix.Runtime.VarCategories.Speed"> <summary>Variable category definition for Speed (SPEED).</summary> </member> <member name="F:Tix.Runtime.VarCategories.Temperature"> <summary>Variable category definition for Temperature (TPTURE).</summary> </member> <member name="F:Tix.Runtime.VarCategories.Time"> <summary>Variable category definition for Time (TIME).</summary> </member> <member name="F:Tix.Runtime.VarCategories.Torque"> <summary>Variable category definition for Torque (MOMENT).</summary> </member> <member name="F:Tix.Runtime.VarCategories.Volume"> <summary>Variable category definition for Volume (VOLUME).</summary> </member> <member name="T:Tix.Runtime.VarCodes"> <summary> Contains constants for variable codes. </summary> </member> <member name="F:Tix.Runtime.VarCodes.AirDriedMetricTon"> <summary>VarCode definition for AirDriedMetricTon (ADMT).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Area"> <summary>VarCode definition for Area (AREA).</summary> </member> <member name="F:Tix.Runtime.VarCodes.AreaMm"> <summary>VarCode definition for AreaMm (AREAMM).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Area1000"> <summary>VarCode definition for Area1000 (AREA1000).</summary> </member> <member name="F:Tix.Runtime.VarCodes.BasisWeight"> <summary>VarCode definition for BasisWeight (BASISWEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.CartonWeight"> <summary>VarCode definition for CartonWeight (CARTONWEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.CNSTYPCT"> <summary>VarCode definition for CNSTYPCT (CNSTYPCT).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Count"> <summary>VarCode definition for Count (CNT).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Const"> <summary>VarCode definition for Const (CONST).</summary> </member> <member name="F:Tix.Runtime.VarCodes.CoreDiameter"> <summary>VarCode definition for CoreDiameter (COREDIAM).</summary> </member> <member name="F:Tix.Runtime.VarCodes.CoreWeight"> <summary>VarCode definition for CoreWeight (COREWEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Density"> <summary>VarCode definition for Density (DEN).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Diameter"> <summary>VarCode definition for Diameter (DIAM).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Height"> <summary>VarCode definition for Height (HEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Hour"> <summary>VarCode definition for Hour (HOUR).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Length"> <summary>VarCode definition for Length (LENG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.LengthKm"> <summary>VarCode definition for LengthKm (LENGKM).</summary> </member> <member name="F:Tix.Runtime.VarCodes.LengthMm"> <summary>VarCode definition for LengthMm (LENGMM).</summary> </member> <member name="F:Tix.Runtime.VarCodes.LengthMmDecimals"> <summary>VarCode definition for LengthMmDecimals (LENGMMD).</summary> </member> <member name="F:Tix.Runtime.VarCodes.NormDensity"> <summary>VarCode definition for NormDensity (NORMDEN).</summary> </member> <member name="F:Tix.Runtime.VarCodes.OrderCount"> <summary>VarCode definition for OrderCount (ORDECNT).</summary> </member> <member name="F:Tix.Runtime.VarCodes.PackageWeight"> <summary>VarCode definition for PackageWeight (PACKAGEWEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.PackageRawMaterialCount"> <summary>VarCode definition for PackageRawMaterialCount (PACKRAWMCNT).</summary> </member> <member name="F:Tix.Runtime.VarCodes.PackageRawMaterialWeight"> <summary>VarCode definition for PackageRawMaterialWeight (PACKRAWMWEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.PalletWeight"> <summary>VarCode definition for PalletWeight (PALLETWEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Percent"> <summary>VarCode definition for Percent (PCT).</summary> </member> <member name="F:Tix.Runtime.VarCodes.PileHeight"> <summary>VarCode definition for PileHeight (PILEHEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.ProdAmount"> <summary>VarCode definition for ProdAmount (PRODAMNT).</summary> </member> <member name="F:Tix.Runtime.VarCodes.ProdAmount3d"> <summary>VarCode definition for ProdAmount3d (PRODAMNT3D).</summary> </member> <member name="F:Tix.Runtime.VarCodes.ProdRate"> <summary>VarCode definition for ProdRate (PRODRATE).</summary> </member> <member name="F:Tix.Runtime.VarCodes.ProdRateKg"> <summary>VarCode definition for ProdRateKg (PRODRATEKG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.ProdSpeed"> <summary>VarCode definition for ProdSpeed (PRODSPEED).</summary> </member> <member name="F:Tix.Runtime.VarCodes.ProdSpeedMh"> <summary>VarCode definition for ProdSpeedMh (PRODSPEED-MH).</summary> </member> <member name="F:Tix.Runtime.VarCodes.QuotaArea"> <summary>VarCode definition for QuotaArea (QUOTAAREA).</summary> </member> <member name="F:Tix.Runtime.VarCodes.QuotaWeight"> <summary>VarCode definition for QuotaWeight (QUOTAWEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.RawCount"> <summary>VarCode definition for RawCount (RAWMCNT).</summary> </member> <member name="F:Tix.Runtime.VarCodes.ReamWeight"> <summary>VarCode definition for ReamWeight (REAMWEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.RecipePercent"> <summary>VarCode definition for RecipePercent (RECIPEPCT).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Resistance"> <summary>VarCode definition for Resistance (RESISTANCE).</summary> </member> <member name="F:Tix.Runtime.VarCodes.RollArea"> <summary>VarCode definition for RollArea (ROLLAREA).</summary> </member> <member name="F:Tix.Runtime.VarCodes.RollDiam"> <summary>VarCode definition for RollDiam (ROLLDIAM).</summary> </member> <member name="F:Tix.Runtime.VarCodes.RollLength"> <summary>VarCode definition for RollLength (ROLLLENG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.RollThickness"> <summary>VarCode definition for RollThickness (ROLLTHK).</summary> </member> <member name="F:Tix.Runtime.VarCodes.RollWeight"> <summary>VarCode definition for RollWeight (ROLLWEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.RollWidth"> <summary>VarCode definition for RollWidth (ROLLWIDT).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SaldoArea"> <summary>VarCode definition for SaldoArea (SALDOAREA).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SaldoLenght"> <summary>VarCode definition for SaldoLenght (SALDOLENG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SaldoVolume"> <summary>VarCode definition for SaldoVolume (SALDOVOLUME).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SaldoWeight"> <summary>VarCode definition for SaldoWeight (SALDOWEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SetCount"> <summary>VarCode definition for SetCount (SETCNT).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SheetArea"> <summary>VarCode definition for SheetArea (SHEETAREA).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SheetCnt"> <summary>VarCode definition for SheetCnt (SHEETCNT).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SheetLength"> <summary>VarCode definition for SheetLength (SHEETLENG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SheetThinkness"> <summary>VarCode definition for SheetThinkness (SHEETTHK).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SheetWeight"> <summary>VarCode definition for SheetWeight (SHEETWEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SheetWidth"> <summary>VarCode definition for SheetWidth (SHEETWIDT).</summary> </member> <member name="F:Tix.Runtime.VarCodes.StickWeight"> <summary>VarCode definition for StickWeight (STICKWEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.TareWeight"> <summary>VarCode definition for TareWeight (TAREWEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Thickness"> <summary>VarCode definition for Thickness (THK).</summary> </member> <member name="F:Tix.Runtime.VarCodes.ThicknessMm"> <summary>VarCode definition for ThicknessMm (THK_MM).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Thousands"> <summary>VarCode definition for Thousands (THOUSANDS).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Ton"> <summary>VarCode definition for Ton (TON).</summary> </member> <member name="F:Tix.Runtime.VarCodes.TonAccumulted"> <summary>VarCode definition for TonAccumulted (TONACC).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Tpture"> <summary>VarCode definition for Tpture (TPTURE).</summary> </member> <member name="F:Tix.Runtime.VarCodes.UnitItemWeight"> <summary>VarCode definition for UnitItemWeight (UNITITEMWEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.UsDensity"> <summary>VarCode definition for UsDensity (USDEN).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Volume"> <summary>VarCode definition for Volume (VOLUME).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Weight"> <summary>VarCode definition for Weight (WEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.WeightRounded"> <summary>VarCode definition for WeightRounded (WEIGROUNDED).</summary> </member> <member name="F:Tix.Runtime.VarCodes.Width"> <summary>VarCode definition for Width (WIDT).</summary> </member> <member name="F:Tix.Runtime.VarCodes.WidthAccumulated"> <summary>VarCode definition for WidthAccumulated (WIDTACC).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SalesBasisWeight"> <summary>VarCode definition for SalesBasisWeight (SALES_BASISWEIG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SalesCoreDiameter"> <summary>VarCode definition for SalesCoreDiameter (SALES_COREDIAM).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SalesRollDiameter"> <summary>VarCode definition for SalesRollDiameter (SALES_ROLLDIAM).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SalesRollLength"> <summary>VarCode definition for SalesRollLength (SALES_ROLLLENG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SalesSheetLength"> <summary>VarCode definition for SalesSheetLength (SALES_SHEETLENG).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SalesThicknessMm"> <summary>VarCode definition for SalesThicknessMm (SALES_THK_MM).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SalesWidth"> <summary>VarCode definition for SalesWidth (SALES_WIDT).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SalesSheetArea"> <summary>VarCode definition for SalesSheetArea (SALES_SHEETAREA).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SalesTon"> <summary>VarCode definition for SalesTon (SALES_TON).</summary> </member> <member name="F:Tix.Runtime.VarCodes.ProdRateArea"> <summary>VarCode definition for ProdRateArea (PRODRATEAREA).</summary> </member> <member name="F:Tix.Runtime.VarCodes.SalesArea"> <summary>VarCode definition for SalesArea (SALES_AREA).</summary> </member> <member name="F:Tix.Runtime.VarCodes.GrammagePerMeter"> <summary>VarCode definition for GrammagePerMeter (ESTIMATION_GM).</summary> </member> <member name="F:Tix.Runtime.VarCodes.PalletPerHour"> <summary>VarCode definition for PalletPerHour (ESTIMATION_PALPERH).</summary> </member> <member name="F:Tix.Runtime.VarCodes.PalletStrappingPerHour"> <summary>VarCode definition for PalletStrappingPerHour (ESTIMATION_PALSTRHPER).</summary> </member> <member name="M:Tix.Runtime.VarCodes.Intern(System.String)"> <summary>Interns the string if the platform supports it.</summary> <param name="value">The value that is interned.</param> <returns>The interned value.</returns> </member> <member name="T:Tix.DataAccess.Enumerations.NullValueAttribute"> <summary> Defines the enumeration value that represents null. </summary> </member> <member name="T:Tix.DataAccess.Enumerations.StringEnum`1"> <summary> The helper class used for system parameter enumerations Based on enumeration using <see cref="T:Tix.Runtime.StringValueAttribute"/> attributes. </summary> <typeparam name="TEnum">The type of the enumeration.</typeparam> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnum`1.GetParameterGroupCode"> <summary> Gets the parameter group code. </summary> <returns>The parameter group code.</returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnum`1.ToString(System.Nullable{`0})"> <summary> Returns a <see cref="T:System.String" /> that represents this instance. </summary> <param name="enumValue">The enumeration value.</param> <returns> A <see cref="T:System.String" /> that represents this instance. </returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnum`1.ToString(`0)"> <summary> Returns a <see cref="T:System.String" /> that represents this instance. </summary> <param name="enumValue">The enumeration value.</param> <returns> A <see cref="T:System.String" /> that represents this instance. </returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnum`1.ToDefaultText(System.Nullable{`0})"> <summary> Returns a <see cref="T:System.String" /> that represents this instance. </summary> <param name="enumValue">The enumeration value.</param> <returns> A <see cref="T:System.String" /> that represents this instance. </returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnum`1.ToDefaultText(`0)"> <summary> Returns a <see cref="T:System.String" /> that represents this instance. </summary> <param name="enumValue">The enumeration value.</param> <returns> A <see cref="T:System.String" /> that represents this instance. </returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnum`1.ToInt(System.Nullable{`0})"> <summary> Returns a <see cref="T:System.Int32" /> that represents this instance. </summary> <param name="enumValue"> The enumeration value. </param> <returns> The <see cref="T:System.Int32"/>. </returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnum`1.ToInt(`0)"> <summary>The to int.</summary> <param name="enumValue">The enum value.</param> <returns>The <see cref="T:System.Int32"/>.</returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnum`1.Parse(System.String)"> <summary>Parses the supplied string value to find an associated enumeration value.</summary> <param name="stringValue">String value.</param> <returns>The enumeration value.</returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnum`1.Parse(System.Nullable{System.Int32})"> <summary> Parses the supplied integer value to find an associated enumeration value. </summary> <param name="intValue">integer value.</param> <returns>The enumeration value.</returns> <exception cref="T:System.ArgumentException">When there is no enumeration value for the passed in number.</exception> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnum`1.ParseDefault(System.String,`0)"> <summary> Parses the default. </summary> <param name="stringValue">The string value.</param> <param name="defaultValue">The default value.</param> <returns>The enumeration value, or the default value when no enumeration value was found.</returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnum`1.ParseDefault(System.Nullable{System.Int32},`0)"> <summary> Parses the default. </summary> <param name="intValue">The int value.</param> <param name="defaultValue">The default value.</param> <returns>The enumeration value, or the default value when no enumeration value was found.</returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnum`1.GetValues"> <summary>The get values.</summary> <returns>All possible values of enum.</returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnum`1.ToEnum(System.Int32)"> <summary> Converts an integer value to the respecting enumeration value. </summary> <param name="integerValue">The integer value.</param> <returns>The enumeration value.</returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnum`1.ToNullableEnum(System.Nullable{System.Int32})"> <summary> Converts an integer value to the respecting enumeration value. </summary> <param name="integerValue">The integer value.</param> <returns>The enumeration value.</returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnum`1.ToInteger(`0)"> <summary> Converts the enumeration value to the respecting integer value. </summary> <param name="enumValue">The enumeration value.</param> <returns>The integer value.</returns> </member> <member name="T:Tix.DataAccess.Enumerations.StringEnumConverter"> <summary> The helper class used for system parameter enumerations Based on enumeration using <see cref="T:Tix.Runtime.StringValueAttribute"/> attributes. </summary> </member> <member name="F:Tix.DataAccess.Enumerations.StringEnumConverter.FlagSeparator"> <summary>The flag separator.</summary> </member> <member name="F:Tix.DataAccess.Enumerations.StringEnumConverter.ParameterGroupCodeDict"> <summary> Maps the enumeration to the parameter group code. </summary> </member> <member name="F:Tix.DataAccess.Enumerations.StringEnumConverter.EnumStringDict"> <summary> Maps enumeration values to the string representation. </summary> </member> <member name="F:Tix.DataAccess.Enumerations.StringEnumConverter.StringEnumDict"> <summary> Maps the string representation to the enumeration value. </summary> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnumConverter.GetParameterGroupCode(System.Type)"> <summary> Gets the parameter group code. </summary> <param name="enumType">Type of the enum.</param> <returns>The name of the parameter group.</returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnumConverter.ToString(System.Type,System.Int32)"> <summary> Returns a <see cref="T:System.String" /> that represents this instance. </summary> <param name="enumType">Type of the enumeration.</param> <param name="enumValue">The enumeration value.</param> <returns> A <see cref="T:System.String" /> that represents this instance. </returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnumConverter.ToDefaultText(System.Type,System.Int32)"> <summary> Returns a <see cref="T:System.String" /> that represents this instance. </summary> <param name="enumType">Type of the enumeration.</param> <param name="enumValue">The enumeration value.</param> <returns> A <see cref="T:System.String" /> that represents this instance. </returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnumConverter.ToInt(System.Type,System.Int32)"> <summary> Returns a <see cref="T:System.Int32" /> that represents this instance. </summary> <param name="enumType">Type of the enumeration.</param> <param name="enumValue">The enumeration value.</param> <returns> The <see cref="T:System.Int32" />. </returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnumConverter.Parse(System.Type,System.String)"> <summary> Parses the supplied string value to find an associated enumeration value. </summary> <param name="enumType">Type of the enumeration.</param> <param name="stringValue">String value.</param> <returns> The enumeration value. </returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnumConverter.Parse(System.Type,System.Nullable{System.Int32})"> <summary> Parses the supplied integer value to find an associated enumeration value. </summary> <param name="enumType">Type of the enumeration.</param> <param name="intValue">integer value.</param> <returns> The enumeration value. </returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnumConverter.ParseDefault(System.Type,System.String,System.Int32)"> <summary> Parses the default. </summary> <param name="enumType">Type of the enumeration.</param> <param name="stringValue">The string value.</param> <param name="defaultValue">The default value.</param> <returns> The enumeration value, or the default value when no enumeration value was found. </returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnumConverter.ParseDefault(System.Type,System.Nullable{System.Int32},System.Int32)"> <summary> Parses the default. </summary> <param name="enumType">Type of the enumeration.</param> <param name="intValue">The int value.</param> <param name="defaultValue">The default value.</param> <returns> The enumeration value, or the default value when no enumeration value was found. </returns> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnumConverter.BuildDictionaries(System.Type)"> <summary> Builds the dictionaries. </summary> <param name="enumType">Type of the enum.</param> </member> <member name="M:Tix.DataAccess.Enumerations.StringEnumConverter.GetParameterGroupCodeInternal(System.Type)"> <summary> Gets the parameter group code internal. </summary> <param name="enumType">Type of the enum.</param> <returns>The name of the parameter group code, as annotated on the given enumeration.</returns> <exception cref="T:System.ArgumentException">The enumeration type is not attributed with a StringValue attribute!</exception> <exception cref="T:System.InvalidOperationException">The StringValue attribute on enum " + enumType.AssemblyQualifiedName + " has no value assigned!</exception> </member> </members> </doc>