[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Eine Schnittstelle für 0-dimensionale Objekte.

Namespace: DynamicNode.Types.Base
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)

Syntax

C#
public interface IScalar : IFixSizeStruct
Visual Basic
Public Interface IScalar _
	Inherits IFixSizeStruct
F#
type IScalar =  
    interface
        interface IFixSizeStruct
    end

See Also