public struct RelativeScalar : IEquatable<RelativeScalar>Public Structure RelativeScalar
Implements IEquatable(Of RelativeScalar)[<SealedAttribute>]
type RelativeScalar =
struct
inherit ValueType
interface IEquatable<RelativeScalar>
end| Beginning | The value at the beginning of the range |
| End | The value at the end of the range |
| Middle | The value at the middle of the range |
| Scalar | Gets the scalar. |
| Unit | Gets the unit. |
| Equals(Object) | (Overrides ValueTypeEquals(Object)) |
| Equals(RelativeScalar) | |
| GetHashCode | (Overrides ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Parse(String) | Parses a RelativeScalar string. |
| ToString |
Returns a String representing this RelativeScalar instance.
(Overrides ValueTypeToString) |
| ToValue(Double) | Converts a RelativeScalar into a final value. |