internal PDFDoubleArray(PDFFixed val) : base(1) { this.mPDFArr = null; this.mPDFFix = null; this.mParent = null; this.mKeyName = null; this.mAsFixed = false; this.mAsFixed = true; this.mPDFFix = val; this.mArr[0] = val.Value; }
public void WriteFixed(PDFFixed val) { this.WriteFixed(val.Value); }