Interface ElementType

All Known Subinterfaces:
ArrayElementType, MatrixElementType, ScalarElementType, VectorElementType

public sealed interface ElementType permits ScalarElementType, VectorElementType, MatrixElementType, ArrayElementType
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
  • Method Details

    • byteSize

      int byteSize()
    • byteAlignment

      int byteAlignment()