Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

bin_to_dec (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: string

Requires: MathScript RT Module

Syntax

c = bin_to_dec(a)

Legacy Name: bin2dec

Description

Converts a binary number represented by a string to a decimal number.

Examples

Inputs

Name Description
a Specifies a binary string with digits 0 and 1.

Outputs

Name Description
c Returns a decimal number equivalent to a. LabVIEW returns an error if you specify letters or digits other than 0, 1, or white space in a.

Examples

A = '101111011'
C = bin_to_dec(A)

Related Topics

base_to_dec
dec_to_bin
hex_to_dec
hex_to_num


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit