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