Search Results for

    Show / Hide Table of Contents

    Struct IfcComplexNumber

    Implements
    IfcMeasureValue
    IfcValue
    IIfcMeasureValue
    IIfcValue
    IExpressSelectType
    IExpressComplexType
    IExpressValueType
    IPersist
    System.IEquatable<System.Collections.Generic.List<System.Double>>
    Inherited Members
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Xbim.Ifc2x3.MeasureResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcComplexNumber", 650)]
    [DefinedType(typeof(List<double>))]
    public struct IfcComplexNumber : IfcMeasureValue, IfcValue, IIfcMeasureValue, IIfcValue, IExpressSelectType, IExpressComplexType, IExpressValueType, IPersist, IEquatable<List<double>>

    Constructors

    | Improve this Doc View Source

    IfcComplexNumber(List<Double>)

    Declaration
    public IfcComplexNumber(List<double> val)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.Double> val

    Properties

    | Improve this Doc View Source

    Value

    Declaration
    public readonly object Value { get; }
    Property Value
    Type Description
    System.Object

    Methods

    | Improve this Doc View Source

    Add(ref IfcComplexNumber, Double)

    Declaration
    public static void Add(ref IfcComplexNumber comp, double component)
    Parameters
    Type Name Description
    IfcComplexNumber comp
    System.Double component
    | Improve this Doc View Source

    Equals(List<Double>)

    Declaration
    public bool Equals(List<double> other)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.Double> other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.ValueType.GetHashCode()

    Operators

    | Improve this Doc View Source

    Equality(IfcComplexNumber, IfcComplexNumber)

    Declaration
    public static bool operator ==(IfcComplexNumber obj1, IfcComplexNumber obj2)
    Parameters
    Type Name Description
    IfcComplexNumber obj1
    IfcComplexNumber obj2
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Implicit(List<Double> to IfcComplexNumber)

    Declaration
    public static implicit operator IfcComplexNumber(List<double> value)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.Double> value
    Returns
    Type Description
    IfcComplexNumber
    | Improve this Doc View Source

    Implicit(IfcComplexNumber to List<Double>)

    Declaration
    public static implicit operator List<double>(IfcComplexNumber obj)
    Parameters
    Type Name Description
    IfcComplexNumber obj
    Returns
    Type Description
    System.Collections.Generic.List<System.Double>
    | Improve this Doc View Source

    Inequality(IfcComplexNumber, IfcComplexNumber)

    Declaration
    public static bool operator !=(IfcComplexNumber obj1, IfcComplexNumber obj2)
    Parameters
    Type Name Description
    IfcComplexNumber obj1
    IfcComplexNumber obj2
    Returns
    Type Description
    System.Boolean

    Explicit Interface Implementations

    | Improve this Doc View Source

    IExpressComplexType.Properties

    Declaration
    readonly IEnumerable<object> IExpressComplexType.Properties { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.Object>
    | Improve this Doc View Source

    IExpressValueType.UnderlyingSystemType

    Declaration
    readonly Type IExpressValueType.UnderlyingSystemType { get; }
    Returns
    Type Description
    System.Type
    | Improve this Doc View Source

    IPersist.Parse(Int32, IPropertyValue, Int32[])

    Declaration
    void IPersist.Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
    Parameters
    Type Name Description
    System.Int32 propIndex
    IPropertyValue value
    System.Int32[] nestedIndex

    Implements

    IfcMeasureValue
    IfcValue
    IIfcMeasureValue
    IIfcValue
    IExpressSelectType
    IExpressComplexType
    IExpressValueType
    IPersist
    System.IEquatable<T>

    Extension Methods

    IfcValueHelper.ToIfc4(IfcValue)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim