public ushort[] GetWriteValue() { if (FloatConverter == null) { throw new NullReferenceException(); } return(FloatConverter.ConvertToUshort(WriteValue)); }