[SerializableAttribute]
public struct LoadPositionValue : IComparable<DistributedLoadLoadPositionValue>,
ISerializable
<SerializableAttribute>
Public Structure LoadPositionValue
Implements IComparable(Of DistributedLoadLoadPositionValue), ISerializable
[SerializableAttribute]
public value class LoadPositionValue : IComparable<DistributedLoadLoadPositionValue>,
ISerializable
[<SealedAttribute>]
[<SerializableAttribute>]
type LoadPositionValue =
struct
inherit ValueType
interface IComparable<DistributedLoadLoadPositionValue>
interface ISerializable
end
DistributedLoadLoadPositionValue(Double, Double) | Initializes a new instance of the DistributedLoadLoadPositionValue struct. |
DistributedLoadLoadPositionValue(SerializationInfo, StreamingContext) | Initializes a new instance of the DistributedLoadLoadPositionValue struct. Deserialize StrainLoad. |
CompareTo | 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. |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
GetObjectData | Serialize StrainLoad. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) |
Pos | position of the load as a parameter value between 0 and 1. |
Val | value of the load at a given position. |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |